This commit is contained in:
Alex
2025-04-14 15:17:20 -05:00
parent 5b7d8cb3ef
commit c334eba9b7
105 changed files with 50350 additions and 31087 deletions
@@ -37,7 +37,7 @@ class PersonNameEditForm extends HookConsumerWidget {
controller: controller,
autofocus: true,
decoration: InputDecoration(
hintText: 'search_page_person_add_name_dialog_hint'.tr(),
hintText: "person_add_name_dialog_hint".tr(),
border: const OutlineInputBorder(),
errorText: isError.value ? 'Error occured' : null,
),
@@ -18,7 +18,7 @@ class SearchMapThumbnail extends StatelessWidget {
@override
Widget build(BuildContext context) {
return ThumbnailWithInfoContainer(
label: 'search_page_your_map'.tr(),
label: "your_map".tr(),
onTap: () {
context.pushRoute(const MapRoute());
},