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 {
12
12
static Widget create (BuildContext context) => const KeyboardPage ();
13
13
14
14
static Widget createTitle (BuildContext context) =>
15
- Text (context.l10n.onlineAccountsPageTitle );
15
+ Text (context.l10n.keyboardPageTitle );
16
16
17
17
static bool searchMatches (String value, BuildContext context) =>
18
18
value.isNotEmpty
Original file line number Diff line number Diff line change @@ -951,8 +951,8 @@ packages:
951
951
dependency: "direct main"
952
952
description:
953
953
path: "."
954
- ref: titlebuilder
955
- resolved-ref: a58965c28a5d77d968831c05414a32adc7880df9
954
+ ref: HEAD
955
+ resolved-ref: cd5058fe96f00615870af34f03c152ad19c4c42e
956
956
url: "https://github.com/ubuntu/yaru_widgets.dart"
957
957
source: git
958
958
version: "1.0.5"
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ dependencies:
43
43
yaru_widgets :
44
44
git :
45
45
url : https://github.com/ubuntu/yaru_widgets.dart
46
- ref : titlebuilder
47
46
flutter_svg : ^1.0.0
48
47
flutter_spinbox : ^0.8.0
49
48
http : ^0.13.4
You can’t perform that action at this time.
0 commit comments