Skip to content
Snippets Groups Projects
Commit 06546ce0 authored by alayek's avatar alayek
Browse files

Update strings with localized strings in en

parent e826d490
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,8 @@
"Login_with" : "Login with %s",
"login_with" : "Or login directly with",
"Logout" : "Logout",
"Logout_Others" : "Logout Others",
"Logged_out_of_other_clients_successfully" : "Logged out of other clients successfully",
"Make_Admin" : "Make Admin",
"Mark_as_read" : "Mark as read",
"Markdown_Headers" : "Markdown Headers",
......
......@@ -111,4 +111,4 @@ Template.accountProfile.events
if error
toastr.error error.reason
else
toastr.success t('Logged out of other clients successfully')
toastr.success t('Logged_out_of_other_clients_successfully')
......@@ -60,7 +60,7 @@
<button class="button"><i class="icon-send"></i><span>{{_ "Save_changes"}}</span></button>
</div>
<div class="logoutOthers">
<button class="button">Logout Others</button>
<button class="button">{{_ "Logout_Others"}}</button>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment