diff --git a/src/sunstone/public/app/utils/vcenter/templates.js b/src/sunstone/public/app/utils/vcenter/templates.js index 0b71ff9cc2..77e1cfbbbf 100644 --- a/src/sunstone/public/app/utils/vcenter/templates.js +++ b/src/sunstone/public/app/utils/vcenter/templates.js @@ -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');