diff options
Diffstat (limited to 'public/_locales/en')
-rw-r--r-- | public/_locales/en/messages.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 3223d2a4..9bae1e98 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -1235,5 +1235,9 @@ }, "allowScrollingToEdit": { "message": "Allow Scrolling To Edit Times" + }, + "NoticeTimeAfterSkip": { + "message": "{seconds}s", + "description": "This is used on the popup to show how much time left. It will look like \"5s\". The word {seconds} will be replaced, so keep it here. Translations should only change the \"s\"" } } |