mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Add legal and final strings (#1185)
* add legal and final strings * removed unneeded suffixes from string ids * removed unused strings and simplified string ids for vnext-only strings * reword nostreams option
This commit is contained in:
@@ -51,7 +51,7 @@ function outdatedStrings(state) {
|
||||
function unsupportedStrings(state) {
|
||||
return {
|
||||
header: state.translate('notSupportedHeader'),
|
||||
description: state.translate('notSupportedDetailUpdate'),
|
||||
description: state.translate('notSupportedDescription'),
|
||||
button: state.translate('downloadFirefox')
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user