4
0
Fork 0

update 2023-07-22 12:43:43

This commit is contained in:
Robot 2023-07-22 12:43:43 +02:00
parent 063b9d3c9d
commit 9c017aecfe
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ final class Tagged
}
return [
'error' => Text::_('COM_GETBIBLE_THE_TAG_COULD_NOT_BE_REMOVED')
'error' => Text::_('COM_GETBIBLE_THIS_TAG_CAN_NOT_BE_REMOVED')
];
}

View File

@ -147,7 +147,7 @@
}
return [
'error' => Text::_('The tag could not be removed')
'error' => Text::_('This tag can not be removed.')
];
}