FIX: Copyedit for "You were logged out" modal (#9584)

See https://meta.discourse.org/t/-/149596
This commit is contained in:
Joshua Rosenfeld 2020-04-29 10:37:06 -04:00 committed by GitHub
parent db337b10ee
commit 9dccf4f3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export default {
bootbox.dialog(
I18n.t("logout"),
{
label: I18n.t("refresh"),
label: I18n.t("home"),
callback: logout
},
{

View File

@ -1398,6 +1398,7 @@ en:
assets_changed_confirm: "This site was just updated. Refresh now for the latest version?"
logout: "You were logged out."
refresh: "Refresh"
home: "Home"
read_only_mode:
enabled: "This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now."
login_disabled: "Login is disabled while the site is in read only mode."