Skip to content

Commit 2b29854

Browse files
chore: generate
1 parent 8ce5038 commit 2b29854

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

packages/app/src/components/settings-general.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ export const SettingsGeneral: Component = () => {
386386
/>
387387
</div>
388388
</SettingsRow>
389-
390389
</SettingsList>
391390
</div>
392391
)

packages/app/src/context/settings.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,7 @@ export const { use: useSettings, provider: SettingsProvider } = createSimpleCont
255255
setNewLayoutDesigns(value: boolean) {
256256
setStore("general", "newLayoutDesigns", value)
257257
},
258-
newInterfaceNoticeDismissed: withFallback(
259-
() => store.general?.newInterfaceNoticeDismissed,
260-
false,
261-
),
258+
newInterfaceNoticeDismissed: withFallback(() => store.general?.newInterfaceNoticeDismissed, false),
262259
dismissNewInterfaceNotice() {
263260
setStore("general", "newInterfaceNoticeDismissed", true)
264261
},

packages/app/src/i18n/en.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,8 +901,7 @@ export const dict = {
901901
"Show edit, write, and patch tool parts expanded by default in the timeline",
902902
"settings.general.row.newInterface.title": "Use the new interface",
903903
"settings.general.row.newInterface.badge": "New",
904-
"settings.general.row.newInterface.description":
905-
"New layout, tabs, composer and home. Switch back until {{date}}.",
904+
"settings.general.row.newInterface.description": "New layout, tabs, composer and home. Switch back until {{date}}.",
906905
"settings.general.row.newInterfaceNotice.title": "You're now using the new interface",
907906
"settings.general.row.newInterfaceNotice.description": "The old interface was phased out on {{date}}.",
908907
"settings.general.row.newInterfaceNotice.dismiss": "Dismiss",

0 commit comments

Comments
 (0)