This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree 2 files changed +32
-16
lines changed 2 files changed +32
-16
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ class CaptureView extends StatelessWidget {
36
36
(CaptureCubit cubit) => cubit.state.chipIndexes,
37
37
);
38
38
final chips = [
39
- context.l10n.mediumText ,
40
- context.l10n.mediumText ,
41
- context.l10n.mediumText ,
42
- context.l10n.veryLongText ,
43
- context.l10n.mediumText ,
44
- context.l10n.shortText ,
45
- context.l10n.veryLongText ,
39
+ context.l10n.bugFreeResponse ,
40
+ context.l10n.simpleResponse ,
41
+ context.l10n.funResponse ,
42
+ context.l10n.quickResponse ,
43
+ context.l10n.greatUIResponse ,
44
+ context.l10n.responsiveResponse ,
45
+ context.l10n.friendlyResponse ,
46
46
];
47
47
return Stack (
48
48
children: [
Original file line number Diff line number Diff line change 28
28
"@feedbackSubmittedMessage": {
29
29
"description": "Message displayed on submit of feedback"
30
30
},
31
- "shortText ": "Short ",
32
- "@shortText ": {
33
- "description": "Text displaying short "
31
+ "quickResponse ": "Quick ",
32
+ "@quickResponse ": {
33
+ "description": "Quick chip "
34
34
},
35
- "mediumText ": "Medium ",
36
- "@mediumText ": {
37
- "description": "Text displaying medium "
35
+ "greatUIResponse ": "Great UI ",
36
+ "@greatUIResponse ": {
37
+ "description": "Great UI chip "
38
38
},
39
- "veryLongText": "Very very long text",
40
- "@veryLongText": {
41
- "description": "Text displaying Very very long text"
39
+ "friendlyResponse": "Friendly",
40
+ "@friendlyResponse": {
41
+ "description": "Friendly chip"
42
+ },
43
+ "funResponse": "Fun!",
44
+ "@funResponse": {
45
+ "description": "Fun chip"
46
+ },
47
+ "responsiveResponse": "Responsive",
48
+ "@responsiveResponse": {
49
+ "description": "Responsive chip"
50
+ },
51
+ "simpleResponse": "Simple",
52
+ "@simpleResponse": {
53
+ "description": "Simple chip"
54
+ },
55
+ "bugFreeResponse": "Bug-Free",
56
+ "@bugFreeResponse": {
57
+ "description": "Bug-free chip"
42
58
}
43
59
}
You can’t perform that action at this time.
0 commit comments