Skip to content

Commit

Permalink
fix(web, dashboard): Rename slug
Browse files Browse the repository at this point in the history
Make it more descriptive
  • Loading branch information
SokratisVidros committed Oct 25, 2024
1 parent 3398ad7 commit 692cdda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/dashboard/src/context/clerk-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export const ClerkProvider = (props: ClerkProviderProps) => {
routerPush={(to) => navigate(to)}
routerReplace={(to) => navigate(to, { replace: true })}
publishableKey={CLERK_PUBLISHABLE_KEY}
localization={{
formFieldLabel__organizationSlug: 'URL friendly identifier',
}}
appearance={{
userButton: {
elements: {
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/ee/clerk/providers/ClerkProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const CLERK_LOCALIZATION = {
action__signOutAll: 'Log out from all accounts',
action__manageAccount: 'Settings',
},
formFieldLabel__organizationSlug: 'URL friendly identifier',
};

const CLERK_MODAL_ELEMENT = {
Expand Down

0 comments on commit 692cdda

Please sign in to comment.