sweet home
This commit is contained in:
parent
22ae5f7a61
commit
438e2f8631
28 changed files with 569 additions and 168 deletions
|
|
@ -64,5 +64,20 @@ namespace ZicMoove.ViewModels.Signing
|
|||
}
|
||||
}
|
||||
}
|
||||
public string CaptionText
|
||||
{
|
||||
get
|
||||
{
|
||||
return Strings.EstimateSigningCaption;
|
||||
}
|
||||
}
|
||||
|
||||
public string PromptText
|
||||
{
|
||||
get
|
||||
{
|
||||
return Strings.EstimateSigningPrompt;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue