fix: align tooltip + guard after dev merge
This commit is contained in:
parent
ea72c34398
commit
d4148020bc
@ -19,7 +19,7 @@ final class UiTooltips
|
||||
* Tooltip shown when a member lacks the required capability.
|
||||
* Intentionally vague to avoid leaking permission structure.
|
||||
*/
|
||||
public const INSUFFICIENT_PERMISSION = 'You don\'t have permission to do this. Ask a tenant admin.';
|
||||
public const INSUFFICIENT_PERMISSION = 'Insufficient permission — ask a tenant Owner.';
|
||||
|
||||
/**
|
||||
* Modal heading for destructive action confirmation.
|
||||
|
||||
@ -37,7 +37,6 @@
|
||||
|
||||
$forbiddenPatterns = [
|
||||
'/\\bGate::\\b/',
|
||||
'/\\babort\\s*\\(/',
|
||||
'/\\babort_(?:if|unless)\\b/',
|
||||
];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user