Bug 1442155 Fix extension names in Android install prompts r=johannh

This is pretty short and sweet since everything goes through
_prepareStrings and in bug 1431242 Prathiksha standardized our
handling of the "header" string.

MozReview-Commit-ID: 6t1kWmxVoyt

--HG--
extra : rebase_source : 55227dd71cb089ab4759fc145a02f65d131faa22
This commit is contained in:
Andrew Swan 2018-03-02 15:31:12 -08:00
Родитель 7dd5677adc
Коммит d6cb8e5fb2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@ var ExtensionPermissions = {
} }
return { return {
header: strings.header || strings.text, header: strings.header.replace("<>", info.addonName),
message, message,
acceptText: strings.acceptText, acceptText: strings.acceptText,
cancelText: strings.cancelText, cancelText: strings.cancelText,