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:
parent
064caafebb
commit
e11725078f
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user