Merge pull request #1565 from abjerner/patch-13

Headline in the "Republish entire site" dialog is now translated
This commit is contained in:
Claus
2016-11-08 10:52:42 +01:00
committed by GitHub

View File

@@ -254,7 +254,7 @@ namespace Umbraco.Web.Trees
return Attempt.Succeed(
new LegacyUrlAction(
"dialogs/republish.aspx?rnd=" + DateTime.UtcNow.Ticks,
"Republishing entire site"));
ui.GetText("actions", "republish")));
case "UmbClientMgr.appActions().actionAssignDomain()":
return Attempt.Succeed(
new LegacyUrlAction(
@@ -415,4 +415,4 @@ namespace Umbraco.Web.Trees
}
}
}
}