diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-02-09 16:51:32 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-20 23:39:09 -0500 |
| commit | 5c048321e787b880f4c228e52b956b59edc3fc4f (patch) | |
| tree | 178635eff667ddcf4f509bda0153fcb3bbf549da /src | |
| parent | c202c89ca0f8c9bc1957bff3bbe3ea39e21ddbba (diff) | |
Add English translation for logout confirmation
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 1dec4b90..f7d83aa3 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -137,6 +137,10 @@ "login": "Log in", "description": "Log in with OAuth", "logout": "Log out", + "logout_confirm_title": "Logout confirmation", + "logout_confirm": "Do you really want to logout?", + "logout_confirm_accept_button": "Logout", + "logout_confirm_cancel_button": "Do not logout", "password": "Password", "placeholder": "e.g. lain", "register": "Register", |
