diff options
| author | taehoon <th.dev91@gmail.com> | 2019-03-30 08:14:52 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-27 08:31:06 -0400 |
| commit | 95bc2d727b8a94e9050a71c27838eb2a0d765011 (patch) | |
| tree | 6c854a3778b5f25b1f02233e0b3e91ce372f9a18 /src/i18n | |
| parent | 13abe64f875220eb5ff5424187bc771acf46190e (diff) | |
add “export blocks” feature
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 10283024..173e0de2 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -135,6 +135,8 @@ "avatarRadius": "Avatars", "background": "Background", "bio": "Bio", + "block_export": "Block export", + "block_export_button": "Export your blocks to a csv file", "block_import": "Block import", "block_import_error": "Error importing blocks", "blocks_imported": "Blocks imported! Processing them will take a while.", |
