mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Fix typo. Networks should be Templates
WARNING: "All %1$s Templates selected." and "%1$s Templates selected." should be added to messages so they can be translated in Transifex. I'm not sure how to do that so I won't be editing that locale files.
This commit is contained in:
parent
affaf7068a
commit
61e62705ff
@ -140,8 +140,8 @@ define(function(require) {
|
||||
|
||||
VCenterCommon.setupTable({
|
||||
context : newdiv,
|
||||
allSelected : Locale.tr("All %1$s Networks selected."),
|
||||
selected: Locale.tr("%1$s Networks selected.")
|
||||
allSelected : Locale.tr("All %1$s Templates selected."),
|
||||
selected: Locale.tr("%1$s Templates selected.")
|
||||
});
|
||||
|
||||
context.off('click', '.clear_imported');
|
||||
|
Loading…
x
Reference in New Issue
Block a user