1
0
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:
Miguel Cabrerizo 2016-10-05 13:22:22 +02:00 committed by GitHub
parent affaf7068a
commit 61e62705ff

View File

@ -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');