Translation string fixes (#5985)

* Capitalize string

* Fix typo: Bebug - Debug
This commit is contained in:
Oliver 2023-11-25 12:32:43 +11:00 committed by GitHub
parent 064caafebb
commit e11725078f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ export function ServerInfoModal({
{server.debug_mode && (
<tr>
<td>
<Trans>Bebug Mode</Trans>
<Trans>Debug Mode</Trans>
</td>
<td>
<Trans>Server is running in debug mode</Trans>

View File

@ -114,7 +114,7 @@ export function UserTable() {
url: ApiPaths.user_list,
pk: record.pk,
title: t`Delete user`,
successMessage: t`user deleted`,
successMessage: t`User deleted`,
onFormSuccess: refreshTable,
preFormContent: (
<Text>{t`Are you sure you want to delete this user?`}</Text>