Skip to content

Commit

Permalink
chore: update user settings toggle, remove unused "enable" strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-basten committed Jun 13, 2024
1 parent d4b784d commit 15e435e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
<div class="ml-4 mt-4 flex flex-col gap-4">
<div class="ml-4">
<SettingSwitch
title={$t('enable')}
subtitle={$t('notification_toggle_setting_description')}
title={$t('notification_toggle_setting_description')}
bind:checked={emailNotificationsEnabled}
/>
</div>
Expand Down
6 changes: 2 additions & 4 deletions web/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"theme_settings": "Theme Settings",
"theme_settings_description": "Manage customization of the Immich web interface",
"these_files_matched_by_checksum": "These files are matched by their checksums",
"thumbnail_generation_job": "Generate thumbnails",
"thumbnail_generation_job": "Generate Thumbnails",
"thumbnail_generation_job_description": "Generate large, small and blurred thumbnails for each asset, as well as thumbnails for each person",
"transcoding_acceleration_api": "Acceleration API",
"transcoding_acceleration_api_description": "The API that will interact with your device to accelerate transcoding. This setting is 'best effort': it will fallback to software transcoding on failure. VP9 may or may not work depending on your hardware.",
Expand Down Expand Up @@ -443,8 +443,6 @@
"email": "Email",
"empty_album": "Empty Album",
"empty_trash": "Empty trash",
"enable": "Enable",
"enabled": "Enabled",
"end_date": "End date",
"error": "Error",
"error_loading_image": "Error loading image",
Expand Down Expand Up @@ -651,7 +649,7 @@
"note_apply_storage_label_to_previously_uploaded assets": "Note: To apply the Storage Label to previously uploaded assets, run the",
"note_unlimited_quota": "Note: Enter 0 for unlimited quota",
"notes": "Notes",
"notification_toggle_setting_description": "Toggle email notifications",
"notification_toggle_setting_description": "Enable email notifications",
"notifications": "Notifications",
"notifications_setting_description": "Manage notifications",
"oauth": "OAuth",
Expand Down

0 comments on commit 15e435e

Please sign in to comment.