Skip to content

Commit

Permalink
chore: replace hard-coded text with existed i18n key
Browse files Browse the repository at this point in the history
  • Loading branch information
situ2001 authored and logseq-cldwalker committed Dec 8, 2022
1 parent 4708e60 commit 0a4b67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/frontend/components/header.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
:icon (ui/icon "brand-discord")}

{:title [:div.flex-row.flex.justify-between.items-center
[:span "Bug report"]]
[:span (t :help/bug)]]
:options {:href bug-report-url
:title "Fire a bug report on Github"
:target "_blank"}
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/components/settings.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
[:div.mt-1.sm:mt-0.sm:col-span-2
[:div
(ui/button
"Settings"
(t :settings)
:class "text-sm p-1"
:style {:margin-top "0px"}
:on-click
Expand Down

0 comments on commit 0a4b67d

Please sign in to comment.