diff options
| author | Hiramiya <Hiramiya@users.noreply.github.com> | 2018-08-27 20:04:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-27 20:04:39 +0100 |
| commit | 14ad3af30d36dbc28d8e85973144aaa6f36efe77 (patch) | |
| tree | 0a7c24eeff81f3c2170c0e00c5208cd265a39192 | |
| parent | Restrict banner filetypes (diff) | |
| download | misskey-14ad3af30d36dbc28d8e85973144aaa6f36efe77.tar.gz misskey-14ad3af30d36dbc28d8e85973144aaa6f36efe77.tar.bz2 misskey-14ad3af30d36dbc28d8e85973144aaa6f36efe77.zip | |
Add "invalid-filetype" translation
| -rw-r--r-- | locales/en-US.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index bc2dbc86f6..c7c24433e0 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -411,6 +411,7 @@ desktop: uploading-avatar: "Uploading a new avatar" avatar-updated: "Successfully updated the avatar" choose-avatar: "Select an image for the avatar" + invalid-filetype: "This filetype is not acceptable here" desktop/views/components/activity.chart.vue: total: "Black ... Total" notes: "Blue ... Notes" |