зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7dd5677adc
Коммит
d6cb8e5fb2
|
@ -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,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче