chore: copy and style improvements
This commit is contained in:
@@ -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 && (
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user