Skip to content

Commit

Permalink
fix wrong label
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Dec 16, 2023
1 parent 9251483 commit b73fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/carta-md/src/lib/internal/labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export interface CartaLabels {

export const DefaultCartaLabels: CartaLabels = {
writeTab: 'Write',
previewTab: 'Read'
previewTab: 'Preview'
};

0 comments on commit b73fa6a

Please sign in to comment.