chore(i18n): migrate start stop keys to fl_lib (#1057)
This commit is contained in:
@@ -41,7 +41,7 @@ final class _TopBar extends ConsumerWidget implements PreferredSizeWidget {
|
||||
if (conn.index >= ServerConn.connected.index) connected++;
|
||||
}
|
||||
final total = order.length;
|
||||
final connectionText = '$connected/$total ${context.l10n.conn}';
|
||||
final connectionText = '$connected/$total ${context.libL10n.conn}';
|
||||
leading = InkWell(
|
||||
onTap: () => ConnectionStatsPage.route.go(context),
|
||||
child: Text(connectionText, style: const TextStyle(fontSize: 16, fontWeight: FontWeight.w600)),
|
||||
|
||||
Reference in New Issue
Block a user