Skip to content

Commit

Permalink
Merge pull request #25 from DJKnaeckebrot/main
Browse files Browse the repository at this point in the history
SUI-11 fix 1
  • Loading branch information
DJKnaeckebrot authored Jul 10, 2023
2 parents 7d21017 + 487d1b4 commit 6cf5686
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/docs/locales.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@ theme: SoftUI({
},
admin: {
feeds: {
feedBuilder: "Feed Builder 1",
feedIcon: "Feed Icon 1",
feedDescription: "Feed Description 1",
feedColour: "Feed Color 1",
feedBuilder: "Feed Builder",
feedIcon: "Feed Icon",
feedDescription: "Feed Description",
feedColour: "Feed Color",
colors: {
pink: "Pink 1",
red: "Red 1",
orange: "Orange 1",
green: "Green 1",
gray: "Gray 1",
blue: "Blue 1",
dark: "Dark 1",
pink: "Pink",
red: "Red",
orange: "Orange",
green: "Green",
gray: "Gray",
blue: "Blue",
dark: "Dark",
},
feedSubmit: "Submit 1",
feedFeedPreview: "Feed Preview 1",
feedPreview: "Preview 1",
feedCurrent: "Current Feeds 1",
feedShowIcons: "Show Icons 1",
feedSubmit: "Submit",
feedFeedPreview: "Feed Preview",
feedPreview: "Preview",
feedCurrent: "Current Feeds",
feedShowIcons: "Show Icons",
},
admin: {
title: "Admin Controls",
Expand Down

0 comments on commit 6cf5686

Please sign in to comment.