diff --git a/lib/app.dart b/lib/app.dart index fef80cf..cd95239 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -59,7 +59,9 @@ class MyApp extends StatelessWidget { final router = ref.watch(routerProvider); final content = Scaffold( appBar: AppBar( - title: Text(AppLocalizations.of(context).appTitle), + title: Text( + AppLocalizations.of(context).appTitle + "(PR preview)", + ), actions: [ OutlinedButton.icon( key: const Key('btn_appbar_settings'),