Skip to content

Commit

Permalink
Add missing string to ProgramWebParts [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Jan 8, 2024
1 parent 370ddb0 commit 581c5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions SharePointFramework/ProgramWebParts/src/loc/mystrings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ declare interface IProgramWebPartsStrings {
FilterText: string
GeneralGroupName: string
GroupByColumnLabel: string
ListViewText: string
NewViewText: string
PersonalViewsHeaderText: string
PortfolioManagerGroupName: string
Expand Down
1 change: 1 addition & 0 deletions SharePointFramework/ProgramWebParts/src/loc/nb-no.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ define([], function () {
FilterText: 'Filtrer',
GeneralGroupName: 'Generelt',
GroupByColumnLabel: 'Grupper etter {0}',
ListViewText: 'Liste',
NewViewText: 'Opprett ny visning',
PersonalViewsHeaderText: 'Personlige visninger',
PortfolioManagerGroupName: 'Porteføljeinnsyn',
Expand Down

0 comments on commit 581c5fd

Please sign in to comment.