diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-05 07:03:11 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-05 07:03:30 +0100 |
| commit | 834721f61aaee7c2e269cb1df70a973289a73852 (patch) | |
| tree | d882ba79be976d744014effd3c79adff98a5e28b /code/api/src/Resources/SharedResources.en.resx | |
| parent | 93efdbc1e7def640ec03f92a7fb447d33133c7ae (diff) | |
| download | greatoffice-834721f61aaee7c2e269cb1df70a973289a73852.tar.xz greatoffice-834721f61aaee7c2e269cb1df70a973289a73852.zip | |
refactor: Small changes
Diffstat (limited to 'code/api/src/Resources/SharedResources.en.resx')
| -rw-r--r-- | code/api/src/Resources/SharedResources.en.resx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/api/src/Resources/SharedResources.en.resx b/code/api/src/Resources/SharedResources.en.resx index 5987e8d..87e46e0 100644 --- a/code/api/src/Resources/SharedResources.en.resx +++ b/code/api/src/Resources/SharedResources.en.resx @@ -38,4 +38,8 @@ <value>One or more fields is invalid</value> <comment>One or more fields is invalid</comment> </data> + <data name="Invalid username or password" xml:space="preserve"> + <value>Invalid username or password</value> + <comment>Invalid username or password</comment> + </data> </root>
\ No newline at end of file |
