Recude language cringyness
This commit is contained in:
parent
620c2a6ee4
commit
10556770de
|
@ -17,7 +17,7 @@ Function(Function(Jwt token) action) useLoggedInAction(
|
||||||
if (store.isAnonymousFor(instanceUrl)) {
|
if (store.isAnonymousFor(instanceUrl)) {
|
||||||
return () {
|
return () {
|
||||||
Scaffold.of(context).showSnackBar(SnackBar(
|
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(
|
action: SnackBarAction(
|
||||||
label: 'log in',
|
label: 'log in',
|
||||||
onPressed: () => goTo(context, (_) => AccountsConfigPage())),
|
onPressed: () => goTo(context, (_) => AccountsConfigPage())),
|
||||||
|
|
Loading…
Reference in New Issue