Remove all ellipses
It's a problem for accessibility
This commit is contained in:
committed by
David Baumgold
parent
ab87cd746d
commit
c4a7d770cc
@@ -150,7 +150,7 @@ define(["jquery", "underscore", "gettext", "js/views/modals/base_modal", "js/vie
|
||||
data = editorView.getXModuleData();
|
||||
event.preventDefault();
|
||||
if (data) {
|
||||
ViewUtils.runOperationShowingMessage(gettext('Saving…'),
|
||||
ViewUtils.runOperationShowingMessage(gettext('Saving'),
|
||||
function() {
|
||||
return xblockInfo.save(data);
|
||||
}).done(function() {
|
||||
|
||||
Reference in New Issue
Block a user