mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Get message for profile names in popup. Fix #1433.
This commit is contained in:
parent
32ba941d01
commit
e6c14537a6
@ -187,7 +187,8 @@
|
||||
|
||||
function createMenuItemForProfile(profile, profiles) {
|
||||
var profileDisp = profileTemplate.cloneNode(true);
|
||||
var text = profile.name;
|
||||
var text = OmegaTargetPopup.getMessage('profile_' + profile.name) ||
|
||||
profile.name;
|
||||
if (profile.defaultProfileName) {
|
||||
text += ' [' + profile.defaultProfileName + ']';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user