Added missing translation message

This commit is contained in:
2022-02-10 13:02:01 +00:00
parent b64b4d72f9
commit c2717be73b

View File

@@ -61,6 +61,7 @@ return [
'EXPLAIN' => 'Please enter a name for the organisation', 'EXPLAIN' => 'Please enter a name for the organisation',
'IN_USE' => 'Organisation name <strong>{{name}}</strong> is already in use.', 'IN_USE' => 'Organisation name <strong>{{name}}</strong> is already in use.',
'IN_USE_REGISTER' => 'Organisation name <strong>{{name}}</strong> is already in use. Perhaps you would like to request to join it instead?',
], ],
'SLUG' => [ 'SLUG' => [
'IN_USE' => 'Organisation slug <strong>{{slug}}</strong> is already in use.', 'IN_USE' => 'Organisation slug <strong>{{slug}}</strong> is already in use.',