Skip to content

Commit

Permalink
lang for button
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Jun 26, 2024
1 parent a9acef2 commit a294481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/com/yetanalytics/lrs_admin_ui/language.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
:browser.credentials {:en-US "Credentials to Use:"}
:browser.query {:en-US "Current Query:"}
:browser.key-note {:en-US "Please Choose an API Key Above to Browse LRS Data"}
:browser.refresh {:en-US "Refresh"}
;;Monitor
:monitor.title {:en-US "LRS Monitor"}
:monitor.no-data {:en-US "No Statement Data"}
Expand Down
2 changes: 1 addition & 1 deletion src/com/yetanalytics/lrs_admin_ui/views/browser.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
:on-click (fn [e]
(fns/ps-event e)
(dispatch [:browser/refresh]))}
"Refresh"]))
@(subscribe [:lang/get :browser.refresh])]))

(defn browser []
(let [filter-expand (r/atom false)]
Expand Down

0 comments on commit a294481

Please sign in to comment.