Skip to content

Commit 6955de0

Browse files
authored
Merge pull request #6820 from JBoye/patch-1
Changed "Is is" to "It is"
2 parents fec365f + f5b3eda commit 6955de0

File tree

1 file changed

+7
-7
lines changed
  • 14/umbraco-cms/fundamentals/backoffice

1 file changed

+7
-7
lines changed

14/umbraco-cms/fundamentals/backoffice/login.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ To do this follow the steps below:
5353
export default {
5454
auth: {
5555
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",
56+
greeting0: "It is Sunday",
57+
greeting1: "It is Monday",
58+
greeting2: "It is Tuesday",
59+
greeting3: "It is Wednesday",
60+
greeting4: "It is Thursday",
61+
greeting5: "It is Friday",
62+
greeting6: "It is Saturday",
6363
}
6464
}
6565
```

0 commit comments

Comments
 (0)