diff options
| author | Henry Jameson <me@hjkos.com> | 2021-04-13 00:08:17 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-04-13 00:08:17 +0300 |
| commit | 09ef284af7e0c9312cf9968deefe8fe701387689 (patch) | |
| tree | 29d03f7f7054056036bdaabb617b76d63a906c54 /src/i18n | |
| parent | 87903fbf6dd8fbc47fe5a49b901aa295e07529e8 (diff) | |
better label, better error handling
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 90cbbf0f..61d88cb3 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -80,7 +80,9 @@ "admin": "Admin", "moderator": "Moderator" }, - "flash_content": "Click to show Flash content using Ruffle (Experimental)" + "flash_content": "Click to show Flash content using Ruffle (Experimental, may not work).", + "flash_security": "Note that this can be potentially dangerous since Flash content is still arbitrary code, it might leak your cookies.", + "flash_fail": "Failed to load flash content, see console for details." }, "image_cropper": { "crop_picture": "Crop picture", |
