chore(i18n): Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2025-11-02 17:10:04 +01:00 committed by Andy Scherzinger
parent 2c851228d3
commit 9f56a2fcfc

View file

@ -107,7 +107,7 @@ export async function deleteConfig(configId: string): Promise<boolean> {
logger.debug('Deleted configuration', { configId })
} catch (error) {
const errorResponse = (error as AxiosError<OCSResponse>).response
showError(errorResponse?.data.ocs.meta.message || t('user_ldap', 'Fail to delete config'))
showError(errorResponse?.data.ocs.meta.message || t('user_ldap', 'Failed to delete config'))
}
return true