mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: Remove extra space in translation key (#28611)
# Fix: Remove extra space in translation key Fix the extra space in the key 'ImpossibleToContactAuthority' when calling trans.
This commit is contained in:
parent
e66e77e4a0
commit
6878a834a5
|
|
@ -316,7 +316,7 @@ class BlockedLogAuthority
|
|||
if ($res['content'] === 'blockalreadyadded' || $res['content'] === 'blockadded') {
|
||||
$block->setCertified();
|
||||
} else {
|
||||
$this->error = $langs->trans('ImpossibleToContactAuthority ', $url);
|
||||
$this->error = $langs->trans('ImpossibleToContactAuthority', $url);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user