remove XXX relating to translation keys

This commit is contained in:
David Benqué
2020-02-28 16:58:05 +00:00
parent e8fac0333a
commit 8fd8881085
3 changed files with 7 additions and 31 deletions

View File

@@ -164,9 +164,6 @@ define([
queue.next();
if (e === 'TOO_LARGE') {
$pv.text(Messages.upload_tooLargeBrief);
// XXX translate
// instead of "This file exceeds the maximum upload size"
// use "the maximum upload size allowed for your account"
return void UI.alert(Messages.upload_tooLarge);
}
if (e === 'NOT_ENOUGH_SPACE') {