fix: Missing localizations in dialogs

This commit is contained in:
Christian Pauly 2021-02-23 11:03:54 +01:00
commit ae33399260
9 changed files with 35 additions and 0 deletions

View file

@ -66,6 +66,8 @@ class DevicesSettingsState extends State<DevicesSettings> {
final displayName = await showTextInputDialog(
context: context,
title: L10n.of(context).changeDeviceName,
okLabel: L10n.of(context).ok,
cancelLabel: L10n.of(context).cancel,
textFields: [
DialogTextField(
hintText: device.displayName,