Merge
This commit is contained in:
@@ -30,11 +30,11 @@ namespace umbraco.cms.helpers
|
||||
{
|
||||
if (!useJavascript)
|
||||
{
|
||||
return string.Format("<a href=\"{1}\" target=\"_blank\">Edit ></a>", url);
|
||||
return string.Format("<a href=\"{0}\" target=\"_blank\">{1} ></a>", url, ui.GetText("general", "edit"));
|
||||
}
|
||||
else
|
||||
{
|
||||
return string.Format("<a href=\"{0}\">Edit ></a>", url);
|
||||
return string.Format("<a href=\"{0}\">{1} ></a>", url, ui.GetText("general", "edit"));
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user