mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: mobile translations (#29955)
This commit is contained in:
parent
e00dcf7850
commit
5d29f3edc1
1 changed files with 2 additions and 2 deletions
|
|
@ -132,10 +132,10 @@ class SharedLinkEditPage extends HookConsumerWidget {
|
|||
textInputAction: TextInputAction.done,
|
||||
autofocus: false,
|
||||
decoration: InputDecoration(
|
||||
labelText: slugController.text.isNotEmpty ? context.t.custom_url : null,
|
||||
labelText: slugController.text.isNotEmpty ? context.t.shared_link_custom_url_title : null,
|
||||
labelStyle: const TextStyle(fontWeight: FontWeight.bold),
|
||||
border: const OutlineInputBorder(),
|
||||
hintText: context.t.custom_url,
|
||||
hintText: context.t.shared_link_custom_url_title,
|
||||
prefixText: slugController.text.isNotEmpty ? '/s/' : null,
|
||||
prefixStyle: const TextStyle(fontWeight: FontWeight.bold, fontSize: 14),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue