mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 03:29:33 +08:00
FIX: Copyedit for "You were logged out" modal (#9584)
See https://meta.discourse.org/t/-/149596
This commit is contained in:
parent
db337b10ee
commit
9dccf4f3b8
@ -21,7 +21,7 @@ export default {
|
|||||||
bootbox.dialog(
|
bootbox.dialog(
|
||||||
I18n.t("logout"),
|
I18n.t("logout"),
|
||||||
{
|
{
|
||||||
label: I18n.t("refresh"),
|
label: I18n.t("home"),
|
||||||
callback: logout
|
callback: logout
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1398,6 +1398,7 @@ en:
|
|||||||
assets_changed_confirm: "This site was just updated. Refresh now for the latest version?"
|
assets_changed_confirm: "This site was just updated. Refresh now for the latest version?"
|
||||||
logout: "You were logged out."
|
logout: "You were logged out."
|
||||||
refresh: "Refresh"
|
refresh: "Refresh"
|
||||||
|
home: "Home"
|
||||||
read_only_mode:
|
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."
|
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."
|
login_disabled: "Login is disabled while the site is in read only mode."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user