diff options
author | Ajay <[email protected]> | 2022-06-22 13:21:44 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-06-22 13:21:44 -0400 |
commit | 82b027159e9b02061ee93374ad3b56a3d6bf3ca7 (patch) | |
tree | 73b9447002a7908ecfa798d7e58652885c6500e8 /public/_locales/en/messages.json | |
parent | c6405fc0c11718b26f897e0d837417659df9f3bc (diff) | |
download | SponsorBlock-82b027159e9b02061ee93374ad3b56a3d6bf3ca7.tar.gz SponsorBlock-82b027159e9b02061ee93374ad3b56a3d6bf3ca7.zip |
Add UI for importing segments
Diffstat (limited to 'public/_locales/en/messages.json')
-rw-r--r-- | public/_locales/en/messages.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 49c32662..2653f270 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -1063,6 +1063,10 @@ "message": "Export segments" }, "importSegments": { - "message": "Import segments" + "message": "Import chapters" + }, + "Import": { + "message": "Import", + "description": "Button to initiate importing segments. Appears under the textbox where they paste in the data" } } |