Recude language cringyness

This commit is contained in:
krawieck 2020-09-18 17:27:01 +02:00
parent 620c2a6ee4
commit 10556770de
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Function(Function(Jwt token) action) useLoggedInAction(
if (store.isAnonymousFor(instanceUrl)) {
return () {
Scaffold.of(context).showSnackBar(SnackBar(
content: Text(message ?? 'you gotta be logged in to do that'),
content: Text(message ?? 'you ough be logged in to do that'),
action: SnackBarAction(
label: 'log in',
onPressed: () => goTo(context, (_) => AccountsConfigPage())),