Changed 'prefix' into 'suffix'.

This commit is contained in:
Sipke Schoorstra
2016-05-18 14:36:24 +02:00
parent 14e7bb69ec
commit 4bd5e60ca9

View File

@@ -24,9 +24,9 @@
<span class="hint">@T("You may define multiple domains using the comma (,) as a separator. Use the '*.' prefix to map all subdomains.")</span>
</div>
<div>
<label for="@Html.FieldIdFor(m => m.RequestUrlPrefix)">@T("URL prefix")</label>
<label for="@Html.FieldIdFor(m => m.RequestUrlPrefix)">@T("URL suffix")</label>
@Html.TextBoxFor(m => m.RequestUrlPrefix, new { @class = "text medium" })
<span class="hint">@T("(Optional) Example: If prefix is \"site1\", the tenant URL prefix is \"http://orchardproject.net/site1\"")</span>
<span class="hint">@T("(Optional) Example: If suffix is \"site1\", the tenant URL suffix is \"http://orchardproject.net/site1\"")</span>
</div>
</fieldset>
<fieldset>