mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Replace all occurrences of "can not" with "cannot".
This commit is contained in:
committed by
Dave Page
parent
85db82c7f4
commit
65f21a8cd7
@@ -713,7 +713,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
}
|
||||
|
||||
if (!self.isNew() && 'id' in self.sessAttrs) {
|
||||
err['id'] = '{{ _('The ID can not be changed.') }}';;
|
||||
err['id'] = '{{ _('The ID cannot be changed.') }}';;
|
||||
errmsg = err['id'];
|
||||
} else {
|
||||
self.errorModel.unset('id');
|
||||
|
||||
Reference in New Issue
Block a user