Skip to content

Commit

Permalink
update strings
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfmrodrigues committed May 14, 2024
1 parent 92c7b68 commit 1b67c3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/loc/mystrings.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
declare interface IPropertyControlStrings {
MonacoEditorOpenButtonLabel: string;
gridControlColumn1Label: string;
gridControlColumn2Label: string;
DescriptionLabel: string;
MoreInfoLabel: string;

Expand Down Expand Up @@ -267,7 +264,8 @@ declare interface IDateTimeStrings {
L_RelativeDateTime_XDaysIntervals: string;
L_RelativeDateTime_Today: string;


gridControlColumn1Label: string;
gridControlColumn2Label: string;
}

declare module 'PropertyControlStrings' {
Expand Down

0 comments on commit 1b67c3f

Please sign in to comment.