Localize components for the themes pages
This commit is contained in:
		| @ -10,7 +10,7 @@ | ||||
|     <TabStrip> | ||||
|         @if (_packages.Count > 0) | ||||
|         { | ||||
|             <TabPanel Name="Download"> | ||||
|             <TabPanel Name="Download" ResourceKey="Download"> | ||||
|                 <ModuleMessage Type="MessageType.Info" Message="Download one or more themes from the list below. Once you are ready click Install to complete the installation."></ModuleMessage> | ||||
|                 <Pager Items="@_packages"> | ||||
|                     <Header> | ||||
| @ -28,11 +28,11 @@ | ||||
|                 </Pager> | ||||
|             </TabPanel> | ||||
|         } | ||||
|         <TabPanel Name="Upload"> | ||||
|         <TabPanel Name="Upload" ResourceKey="Upload"> | ||||
|             <table class="table table-borderless"> | ||||
|                 <tr> | ||||
|                     <td> | ||||
|                         <Label HelpText="Upload one or more theme packages. Once they are uploaded click Install to complete the installation.">Theme: </Label> | ||||
|                         <Label HelpText="Upload one or more theme packages. Once they are uploaded click Install to complete the installation." ResourceKey="Theme">Theme: </Label> | ||||
|                     </td> | ||||
|                     <td> | ||||
|                         <FileManager Filter="nupkg" ShowFiles="false" Folder="Themes" UploadMultiple="@true" /> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 hishamco
					hishamco