diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/settings/EditDictionaryItem.aspx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/settings/EditDictionaryItem.aspx.cs
index c66a6ca37f..dcece3d955 100644
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/settings/EditDictionaryItem.aspx.cs
+++ b/src/Umbraco.Web/umbraco.presentation/umbraco/settings/EditDictionaryItem.aspx.cs
@@ -84,7 +84,7 @@ namespace umbraco.settings
p.addProperty(new Literal
{
- Text = "
" + ui.Text("dictionaryItem", "changeKey") + "
"
+ Text = "
" + ui.Text("dictionaryItem", "changeKey", currentUser) + "
"
});
p.addProperty(boxChangeKey);
p.addProperty(labelChangeKey);