mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix "your" word duplicated (#5335)
This commit is contained in:
parent
13b9b57698
commit
c3cdb9cd7e
@ -34,7 +34,7 @@ export function AuthenticationForm() {
|
||||
if (ret === false) {
|
||||
notifications.show({
|
||||
title: t`Login failed`,
|
||||
message: t`Check your your input and try again.`,
|
||||
message: t`Check your input and try again.`,
|
||||
color: 'red'
|
||||
});
|
||||
} else {
|
||||
@ -60,7 +60,7 @@ export function AuthenticationForm() {
|
||||
} else {
|
||||
notifications.show({
|
||||
title: t`Input error`,
|
||||
message: t`Check your your input and try again.`,
|
||||
message: t`Check your input and try again.`,
|
||||
color: 'red'
|
||||
});
|
||||
}
|
||||
|
@ -87,7 +87,7 @@ export function handleReset(navigate: any, values: { email: string }) {
|
||||
} else {
|
||||
notifications.show({
|
||||
title: t`Reset failed`,
|
||||
message: t`Check your your input and try again.`,
|
||||
message: t`Check your input and try again.`,
|
||||
color: 'red'
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user