File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class KeyboardPage extends StatefulWidget {
1212 static Widget create (BuildContext context) => const KeyboardPage ();
1313
1414 static Widget createTitle (BuildContext context) =>
15- Text (context.l10n.onlineAccountsPageTitle );
15+ Text (context.l10n.keyboardPageTitle );
1616
1717 static bool searchMatches (String value, BuildContext context) =>
1818 value.isNotEmpty
Original file line number Diff line number Diff line change @@ -951,8 +951,8 @@ packages:
951951 dependency: "direct main"
952952 description:
953953 path: "."
954- ref: titlebuilder
955- resolved-ref: a58965c28a5d77d968831c05414a32adc7880df9
954+ ref: HEAD
955+ resolved-ref: cd5058fe96f00615870af34f03c152ad19c4c42e
956956 url: "https://github.com/ubuntu/yaru_widgets.dart"
957957 source: git
958958 version: "1.0.5"
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ dependencies:
4343 yaru_widgets :
4444 git :
4545 url : https://github.com/ubuntu/yaru_widgets.dart
46- ref : titlebuilder
4746 flutter_svg : ^1.0.0
4847 flutter_spinbox : ^0.8.0
4948 http : ^0.13.4
You can’t perform that action at this time.
0 commit comments