mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
translation already happens on the text element
This commit is contained in:
parent
2bbe2ceae1
commit
d85938aa11
@ -57,12 +57,12 @@ class CastDialog extends ConsumerWidget {
|
|||||||
final List<dynamic> sectionedList = [];
|
final List<dynamic> sectionedList = [];
|
||||||
|
|
||||||
if (connected.isNotEmpty) {
|
if (connected.isNotEmpty) {
|
||||||
sectionedList.add("connected_device".tr());
|
sectionedList.add("connected_device");
|
||||||
sectionedList.addAll(connected);
|
sectionedList.addAll(connected);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (others.isNotEmpty) {
|
if (others.isNotEmpty) {
|
||||||
sectionedList.add("discovered_devices".tr());
|
sectionedList.add("discovered_devices");
|
||||||
sectionedList.addAll(others);
|
sectionedList.addAll(others);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user