mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Corrections
This commit is contained in:
parent
96a8583e31
commit
4901c1e4af
2 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/app/editor/menus/block.tsx b/app/editor/menus/block.tsx
|
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
|
--- a/app/editor/menus/block.tsx
|
||||||
+++ b/app/editor/menus/block.tsx
|
+++ b/app/editor/menus/block.tsx
|
||||||
@@ -18,6 +18,7 @@ import {
|
@@ -18,6 +18,7 @@ import {
|
||||||
|
@ -10,20 +10,20 @@ index 143c28309..26d7d6d06 100644
|
||||||
} from "outline-icons";
|
} from "outline-icons";
|
||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import styled from "styled-components";
|
import styled from "styled-components";
|
||||||
@@ -176,6 +177,13 @@ export default function blockMenuItems(dictionary: Dictionary): MenuItem[] {
|
@@ -180,6 +181,13 @@ export default function blockMenuItems(dictionary: Dictionary): MenuItem[] {
|
||||||
{
|
keywords: "notice card suggestion",
|
||||||
name: "container_notice",
|
attrs: { style: "tip" },
|
||||||
title: dictionary.tipNotice,
|
},
|
||||||
|
+ {
|
||||||
|
+ name: "container_notice",
|
||||||
|
+ title: dictionary.bibleNotice,
|
||||||
+ icon: BookmarkedIcon,
|
+ icon: BookmarkedIcon,
|
||||||
+ keywords: "notice card suggestion",
|
+ keywords: "notice card suggestion",
|
||||||
+ attrs: { style: "bible" },
|
+ attrs: { style: "bible" },
|
||||||
+ },
|
+ },
|
||||||
+ {
|
{
|
||||||
+ name: "container_notice",
|
name: "separator",
|
||||||
+ title: dictionary.bibleNotice,
|
},
|
||||||
icon: StarredIcon,
|
|
||||||
keywords: "notice card suggestion",
|
|
||||||
attrs: { style: "tip" },
|
|
||||||
diff --git a/app/hooks/useDictionary.ts b/app/hooks/useDictionary.ts
|
diff --git a/app/hooks/useDictionary.ts b/app/hooks/useDictionary.ts
|
||||||
index 670017490..d8492e05d 100644
|
index 670017490..d8492e05d 100644
|
||||||
--- a/app/hooks/useDictionary.ts
|
--- a/app/hooks/useDictionary.ts
|
||||||
|
|
|
@ -36,7 +36,7 @@ index b5bb854ad..d29e958be 100644
|
||||||
})}
|
})}
|
||||||
</ButtonLarge>
|
</ButtonLarge>
|
||||||
diff --git a/app/scenes/Login/index.tsx b/app/scenes/Login/index.tsx
|
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
|
--- a/app/scenes/Login/index.tsx
|
||||||
+++ b/app/scenes/Login/index.tsx
|
+++ b/app/scenes/Login/index.tsx
|
||||||
@@ -188,7 +188,7 @@ function Login({ children }: Props) {
|
@@ -188,7 +188,7 @@ function Login({ children }: Props) {
|
||||||
|
@ -44,7 +44,7 @@ index 81adf346e..1287336ae 100644
|
||||||
<>
|
<>
|
||||||
<StyledHeading as="h2" centered>
|
<StyledHeading as="h2" centered>
|
||||||
- {t("Login to {{ authProviderName }}", {
|
- {t("Login to {{ authProviderName }}", {
|
||||||
+ {t("Bienvenue sur {{ authProviderName }}", {
|
+ {t("Bienvenue sur Anthropologie Biblique", {
|
||||||
authProviderName: config.name || "Outline",
|
authProviderName: config.name || "Outline",
|
||||||
})}
|
})}
|
||||||
</StyledHeading>
|
</StyledHeading>
|
||||||
|
|
Loading…
Reference in a new issue