mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 03:17:32 +08:00
Fixed string grammar in upgrade module.
--HG-- branch : 1.x
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
Html.ValidationSummary();
|
Html.ValidationSummary();
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>@T("Migrating Content Picker:")</legend>
|
<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>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<button type="submit">@T("Migrate")</button>
|
<button type="submit">@T("Migrate")</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user