We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fec365f + f5b3eda commit 6955de0Copy full SHA for 6955de0
14/umbraco-cms/fundamentals/backoffice/login.md
@@ -53,13 +53,13 @@ To do this follow the steps below:
53
export default {
54
auth: {
55
instruction: "Log in again to continue",
56
- greeting0: "Is is Sunday",
57
- greeting1: "Is is Monday",
58
- greeting2: "Is is Tuesday",
59
- greeting3: "Is is Wednesday",
60
- greeting4: "Is is Thursday",
61
- greeting5: "Is is Friday",
62
- greeting6: "Is is Saturday",
+ greeting0: "It is Sunday",
+ greeting1: "It is Monday",
+ greeting2: "It is Tuesday",
+ greeting3: "It is Wednesday",
+ greeting4: "It is Thursday",
+ greeting5: "It is Friday",
+ greeting6: "It is Saturday",
63
}
64
65
```
0 commit comments