Skip to content

Commit

Permalink
fix(plugins/force-timestamp-locale): correct default storage options
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Nov 5, 2024
1 parent dbc4ae1 commit e39fac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/force-timestamp-locale/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const storage = new StorageManager<
storage: rawStorage as PluginStorageStruct,
initialize() {
return {
locale: 'en-GB',
locale: 'en-gb',
version: 1,
}
},
Expand Down

0 comments on commit e39fac9

Please sign in to comment.