mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed string grammar in upgrade module.
--HG-- branch : 1.x
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
Html.ValidationSummary();
|
||||
<fieldset>
|
||||
<legend>@T("Migrating Content Picker:")</legend>
|
||||
<span class="hint">@T("This migration step will move you content picker menu items to its new location.")</span>
|
||||
<span class="hint">@T("This migration step will move your content picker menu items to their new location.")</span>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<button type="submit">@T("Migrate")</button>
|
||||
|
Reference in New Issue
Block a user