update strings

This commit is contained in:
John Gruen 2019-02-22 16:42:08 +01:00
parent 47d75d8220
commit 7449d1c351
8 changed files with 87 additions and 57 deletions

View file

@ -69,7 +69,7 @@ function outdatedStrings(state) {
function unsupportedStrings(state) {
return {
header: state.translate('notSupportedHeader'),
description: state.translate('notSupportedDetail'),
description: state.translate('notSupportedDetailUpdate'),
button: state.translate('downloadFirefoxButtonSub')
};
}