Skip to content

Commit 89ced90

Browse files
committed
Adjust Translations
1 parent 2823139 commit 89ced90

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

assets/translations/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,6 @@
226226
"campus": "Campus",
227227
"studies": "Studium",
228228
"suggested": "Interessante {}",
229-
"all": "Alle",
229+
"more": "Mehr",
230230
"visibility": "Sichtbarkeit"
231231
}

assets/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,6 @@
226226
"campus": "Campus",
227227
"studies": "Studies",
228228
"suggested": "Suggested {}",
229-
"all": "All",
229+
"more": "More",
230230
"visibility": "Visibility"
231231
}

lib/campusComponent/view/movie/movies_widget_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class _MoviesHomeWidgetState extends ConsumerState<MovieWidgetView> {
4848
const Spacer(),
4949
InkWell(
5050
child: Text(
51-
context.tr("all"),
51+
context.tr("more"),
5252
style: Theme.of(context).textTheme.titleMedium,
5353
maxLines: 1,
5454
overflow: TextOverflow.ellipsis,

lib/campusComponent/view/news/news_widget_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class _NewsWidgetViewState extends ConsumerState<NewsWidgetView> {
4040
const Spacer(),
4141
InkWell(
4242
child: Text(
43-
context.tr("all"),
43+
context.tr("more"),
4444
style: Theme.of(context).textTheme.titleMedium,
4545
maxLines: 1,
4646
overflow: TextOverflow.ellipsis,

lib/campusComponent/view/studentClub/student_club_widget_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class _StudentClubWidgetViewState extends ConsumerState<StudentClubWidgetView> {
4141
const Spacer(),
4242
InkWell(
4343
child: Text(
44-
context.tr("all"),
44+
context.tr("more"),
4545
style: Theme.of(context).textTheme.titleMedium,
4646
maxLines: 1,
4747
overflow: TextOverflow.ellipsis,

0 commit comments

Comments
 (0)