french crap

This commit is contained in:
Jean Ouina 2020-08-10 23:41:06 +02:00
parent e669bc9525
commit 3ef6f4d90e
5 changed files with 163 additions and 163 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@ export default class SettingSubTitle extends React.Component<SettingSubTitleProp
AllPreviews = []
AllPreviews.push([
{
children: "Exemple title"
children: "Example title"
}
])
return AllPreviews

View File

@ -42,7 +42,7 @@ export default class SettingsTitle extends React.Component<SettingsTitleProps> {
AllPreviews = []
AllPreviews.push([
{
children: "Exemple title"
children: "Example title"
}
])
return AllPreviews

View File

@ -45,7 +45,7 @@ export default class Title extends React.Component<TitleProps> {
AllPreviews = []
AllPreviews.push([
{
children: "Exemple title"
children: "Example title"
}
])
return AllPreviews