chore: copy and style improvements

This commit is contained in:
Mo
2023-05-03 08:41:25 -05:00
parent 4aad554c1a
commit 44e91b5ede
24 changed files with 47 additions and 61 deletions

View File

@@ -175,7 +175,7 @@ const DataBackups = ({ application, viewControllerManager }: Props) => {
<>
<PreferencesGroup>
<PreferencesSegment>
<Title>Data Backups</Title>
<Title>Data backups</Title>
<Subtitle>Download a backup of all your text-based data</Subtitle>
{isEncryptionEnabled && (

View File

@@ -110,7 +110,7 @@ const EmailBackups = ({ application }: Props) => {
return (
<PreferencesGroup>
<PreferencesSegment>
<Title>Email Backups</Title>
<Title>Email backups</Title>
{!isDesktopApplication() && (
<Text className="mb-3">
Receive daily encrypted email backups of all your notes directly in your email inbox.

View File

@@ -20,7 +20,7 @@ const FileBackupsCrossPlatform = ({ application }: Props) => {
<>
<PreferencesGroup>
<PreferencesSegment>
<Title>Automatic File Backups</Title>
<Title>Automatic file backups</Title>
<Subtitle>Automatically save encrypted backups of your files.</Subtitle>
<Text className="mt-3">To enable file backups, use the Standard Notes desktop application.</Text>
</PreferencesSegment>

View File

@@ -45,7 +45,7 @@ const FileBackupsDesktop = ({ backupsService }: Props) => {
<>
<PreferencesGroup>
<PreferencesSegment>
<Title>Automatic File Backups</Title>
<Title>Automatic file backups</Title>
<div className="flex items-center justify-between">
<div className="mr-10 flex flex-col">

View File

@@ -16,7 +16,7 @@ const PlaintextBackupsCrossPlatform = () => {
<>
<PreferencesGroup>
<PreferencesSegment>
<Title>Automatic Plaintext Backups</Title>
<Title>Automatic plaintext backups</Title>
<Subtitle>Automatically save backups of all your notes into plaintext, non-encrypted folders.</Subtitle>
<Text className="mt-3">To enable plaintext backups, use the Standard Notes desktop application.</Text>
</PreferencesSegment>

View File

@@ -42,7 +42,7 @@ const PlaintextBackupsDesktop = ({ backupsService }: Props) => {
<>
<PreferencesGroup>
<PreferencesSegment>
<Title>Automatic Plaintext Backups</Title>
<Title>Automatic plaintext backups</Title>
<div className="flex items-center justify-between">
<div className="mr-10 flex flex-col">

View File

@@ -18,7 +18,7 @@ const TextBackupsCrossPlatform = ({ application }: Props) => {
<>
<PreferencesGroup>
<PreferencesSegment>
<Title>Automatic Text Backups</Title>
<Title>Automatic text backups</Title>
<Subtitle>Automatically save encrypted and decrypted backups of your note and tag data.</Subtitle>
<Text className="mt-3">To enable text backups, use the Standard Notes desktop application.</Text>
</PreferencesSegment>