0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Slight rewording and add a period

This commit is contained in:
Trevor Buckner
2024-08-28 15:24:50 -04:00
committed by GitHub
parent e8aceac133
commit 8423c48fd1

View File

@@ -156,9 +156,9 @@ const errorIndex = (props)=>{
'50' : dedent`
## You are not signed in
You are trying to access the account page. This page can only be accessed if you are signed in an account.
You are trying to access the account page, but are not signed in to an account.
Please login or signup at our [login page](https://www.naturalcrit.com/login?redirect=https://homebrewery.naturalcrit.com/account) `,
Please login or signup at our [login page](https://www.naturalcrit.com/login?redirect=https://homebrewery.naturalcrit.com/account).`,
// Brew locked by Administrators error
'100' : dedent`
@@ -174,4 +174,4 @@ const errorIndex = (props)=>{
};
};
module.exports = errorIndex;
module.exports = errorIndex;