mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
chore(i18n): Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
2c851228d3
commit
9f56a2fcfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue