2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 19:46:46 +00:00

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 && ( {server.debug_mode && (
<tr> <tr>
<td> <td>
<Trans>Bebug Mode</Trans> <Trans>Debug Mode</Trans>
</td> </td>
<td> <td>
<Trans>Server is running in debug mode</Trans> <Trans>Server is running in debug mode</Trans>

View File

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