This commit is contained in:
Lachlan Leone
2024-01-22 06:12:41 +11:00
parent 9dfac531aa
commit 2d6abcd684
9 changed files with 190 additions and 11 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ namespace Pets.Views
if (Data.RequestingInputSource == InputSourceIdentifier.Identifier)
{
TextInputView.RequestTextInput(base.Localisation["INPUT_TITLE_RENAME_RESTAURANT"], "", 24, HandleNewName);
TextInputView.RequestTextInput("Rename Pet", "", 24, HandleNewName);
}
}