We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef354c1 commit c8edbf8Copy full SHA for c8edbf8
Views/dashboard_edit_view.php
@@ -168,11 +168,11 @@ function toolboxMove(e) {
168
}
169
});
170
function showError(xhr,status) {
171
- throw(new Error(tr("Could not save Dashboard. ") + status));
+ throw(new Error(_Tr("Could not save Dashboard. ") + status));
172
173
function showSuccess() {
174
- $("#save-dashboard").attr("class","btn btn-success").text(tr("Saved"));
175
- $("#save-dashboard").attr("title",tr("Items Saved"));
+ $("#save-dashboard").attr("class","btn btn-success").text(_Tr("Saved"));
+ $("#save-dashboard").attr("title",_Tr("Items Saved"));
176
lastsavecontent = $("#page").html();
177
178
0 commit comments