mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed typo
This commit is contained in:
parent
79de2ad571
commit
53f460ca7d
@ -576,7 +576,7 @@ export default class TableSchema extends BaseUISchema {
|
|||||||
if (state.rlspolicy && this.origData.rlspolicy != state.rlspolicy) {
|
if (state.rlspolicy && this.origData.rlspolicy != state.rlspolicy) {
|
||||||
Notify.alert(
|
Notify.alert(
|
||||||
gettext('Check Policy?'),
|
gettext('Check Policy?'),
|
||||||
gettext('Please check if any policy exist. If no policy exists for the table, a default-deny policy is used, meaning that no rows are visible or can be modified by other users')
|
gettext('Please check if any policy exists. If no policy exists for the table, a default-deny policy is used, meaning that no rows are visible or can be modified by other users')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user