Skip to content

Commit 15856bd

Browse files
author
Piotr Siatka
committed
Fix localization keys.
1 parent 6e1f27e commit 15856bd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/controls/filePicker/FilePicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class FilePicker extends React.Component<IFilePickerProps, IFilePickerSta
133133
<SiteFilePickerTab
134134
breadcrumbFirstNode={{
135135
isCurrentItem: true,
136-
text: "Images and files provided by your organization",
136+
text: strings.OrgAssetsTabLabel,
137137
key: "keyOrgAssets"
138138
}}
139139
fileBrowserService={this.orgAssetsService}

src/loc/en-us.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ define([], () => {
284284
OneDriveRootFolderName: "Files",
285285
OpenButtonLabel: "Open",
286286
PhotoIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20_2x/photo.png",
287+
OrgAssetsTabLabel: "Images and files provided by your organization",
287288
PoweredByBing: "Powered by Bing",
288289
RecentDocumentsHeader: "Recent documents",
289290
RecentImagesHeader: "Recent images",

src/loc/mystrings.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ declare interface IControlStrings {
258258
OneDriveRootFolderName: string;
259259
OpenButtonLabel: string;
260260
PhotoIconUrl: string;
261+
OrgAssetsTabLabel: string;
261262
PoweredByBing: string;
262263
RecentDocumentsHeader: string;
263264
RecentImagesHeader: string;

0 commit comments

Comments
 (0)