Skip to content

Commit

Permalink
Revert "Made doc link unambiguous"
Browse files Browse the repository at this point in the history
This reverts commit 7f6f608.
  • Loading branch information
Zed314 committed Jun 28, 2024
1 parent 41cb354 commit 4bd411e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/studio-base/src/i18n/en/appBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export const appBar = {
userProfile: "User profile",
view: "View",
viewData: "View data",
viewOurDocs: "View Foxglove docs",
viewOurDocs: "View our docs",
};
2 changes: 1 addition & 1 deletion packages/studio-base/src/i18n/en/openDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ export const openDialog = {
startCollaboratingDescription:
"Make the most of your Foxglove account – whether you want to dive deep on your data or share tools with your teammates.",
uploadToDataPlatform: "Upload to Data Platform",
viewOurDocs: "View Foxglove docs",
viewOurDocs: "View our docs",
};
2 changes: 1 addition & 1 deletion packages/theme/src/i18n/en/appBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export const appBar = {
userProfile: "User profile",
view: "View",
viewData: "View data",
viewOurDocs: "View Foxglove docs",
viewOurDocs: "View our docs",
profile: "Profile",
};

0 comments on commit 4bd411e

Please sign in to comment.