Merge pull request #3150 from alikoli/dev
Fix missing translations part 3
This commit is contained in:
		| @ -29,7 +29,7 @@ else | ||||
|             <th> </th> | ||||
|         </Header> | ||||
|         <Row> | ||||
|             <td><ActionLink Action="Edit" Parameters="@($"id=" + context.ThemeId.ToString())" ResourceKey="EditModule" /></td> | ||||
|             <td><ActionLink Action="Edit" Parameters="@($"id=" + context.ThemeId.ToString())" ResourceKey="EditTheme" /></td> | ||||
|             <td> | ||||
| 				@if (context.AssemblyName != Constants.ClientId) | ||||
|                     { | ||||
|  | ||||
| @ -1,6 +1,7 @@ | ||||
| @namespace Oqtane.Modules.Controls | ||||
| @using System.Text.Json | ||||
| @inherits LocalizableComponent | ||||
| @inject IStringLocalizer<SharedResources> SharedLocalizer | ||||
|  | ||||
| @if (_visible) | ||||
| { | ||||
| @ -20,7 +21,7 @@ | ||||
|                         { | ||||
|                             <button type="button" class="@Class" @onclick="Confirm">@((MarkupString)_iconSpan) @Text</button> | ||||
|                         } | ||||
|                         <button type="button" class="btn btn-secondary" @onclick="DisplayModal">@Localize("Cancel")</button> | ||||
|                         <button type="button" class="btn btn-secondary" @onclick="DisplayModal">@SharedLocalizer["Cancel"]</button> | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|  | ||||
| @ -5,7 +5,7 @@ | ||||
| <div class="row" style="margin-bottom: 50px;"> | ||||
|     <div class="col"> | ||||
|         <TabStrip> | ||||
| 			<TabPanel Name="Rich" Heading="Rich Text Editor"> | ||||
|             <TabPanel Name="Rich" Heading="Rich Text Editor" ResourceKey="RichTextEditor"> | ||||
| 				@if (_richfilemanager) | ||||
| 				{ | ||||
| 					<FileManager @ref="_fileManager" Filter="@Constants.ImageFiles" /> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker