fix: align tooltip + guard after dev merge

This commit is contained in:
Ahmed Darrazi 2026-01-30 18:18:52 +01:00
parent ea72c34398
commit d4148020bc
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@ final class UiTooltips
* Tooltip shown when a member lacks the required capability. * Tooltip shown when a member lacks the required capability.
* Intentionally vague to avoid leaking permission structure. * 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. * Modal heading for destructive action confirmation.

View File

@ -37,7 +37,6 @@
$forbiddenPatterns = [ $forbiddenPatterns = [
'/\\bGate::\\b/', '/\\bGate::\\b/',
'/\\babort\\s*\\(/',
'/\\babort_(?:if|unless)\\b/', '/\\babort_(?:if|unless)\\b/',
]; ];