diff --git a/sources/patches/app-04-bible.patch b/sources/patches/app-04-bible.patch index d3bbd66..bbafb29 100644 --- a/sources/patches/app-04-bible.patch +++ b/sources/patches/app-04-bible.patch @@ -1,5 +1,5 @@ diff --git a/app/editor/menus/block.tsx b/app/editor/menus/block.tsx -index 143c28309..26d7d6d06 100644 +index 143c28309..cd6830b12 100644 --- a/app/editor/menus/block.tsx +++ b/app/editor/menus/block.tsx @@ -18,6 +18,7 @@ import { @@ -10,20 +10,20 @@ index 143c28309..26d7d6d06 100644 } from "outline-icons"; import * as React from "react"; import styled from "styled-components"; -@@ -176,6 +177,13 @@ export default function blockMenuItems(dictionary: Dictionary): MenuItem[] { - { - name: "container_notice", - title: dictionary.tipNotice, +@@ -180,6 +181,13 @@ export default function blockMenuItems(dictionary: Dictionary): MenuItem[] { + keywords: "notice card suggestion", + attrs: { style: "tip" }, + }, ++ { ++ name: "container_notice", ++ title: dictionary.bibleNotice, + icon: BookmarkedIcon, + keywords: "notice card suggestion", + attrs: { style: "bible" }, + }, -+ { -+ name: "container_notice", -+ title: dictionary.bibleNotice, - icon: StarredIcon, - keywords: "notice card suggestion", - attrs: { style: "tip" }, + { + name: "separator", + }, diff --git a/app/hooks/useDictionary.ts b/app/hooks/useDictionary.ts index 670017490..d8492e05d 100644 --- a/app/hooks/useDictionary.ts diff --git a/sources/patches/app-05-login.patch b/sources/patches/app-05-login.patch index 9cc33bf..900b2fd 100644 --- a/sources/patches/app-05-login.patch +++ b/sources/patches/app-05-login.patch @@ -36,7 +36,7 @@ index b5bb854ad..d29e958be 100644 })} diff --git a/app/scenes/Login/index.tsx b/app/scenes/Login/index.tsx -index 81adf346e..1287336ae 100644 +index 81adf346e..e4bb23585 100644 --- a/app/scenes/Login/index.tsx +++ b/app/scenes/Login/index.tsx @@ -188,7 +188,7 @@ function Login({ children }: Props) { @@ -44,7 +44,7 @@ index 81adf346e..1287336ae 100644 <> - {t("Login to {{ authProviderName }}", { -+ {t("Bienvenue sur {{ authProviderName }}", { ++ {t("Bienvenue sur Anthropologie Biblique", { authProviderName: config.name || "Outline", })}