Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update deployment text
  • Loading branch information
jaaydenh committed Dec 20, 2024
commit fa0aec18c3b94e443832c4a078134996c9007515
2 changes: 1 addition & 1 deletion site/src/modules/dashboard/Navbar/NavbarView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Language = {
templates: "Templates",
users: "Users",
audit: "Audit Logs",
deployment: "Settings",
deployment: "Deployment",
};

interface NavItemsProps {
Expand Down
Loading