organization-logo: Update the titles for the logo color schemes.

The "day" and "night" color scheme names were updated in #20371,
but the organization profile settings tab still has had the old
names for the two types of wide logos.

Updates "Day logo" to be "Light theme logo" and "Night logo" to
be "Dark theme logo".
This commit is contained in:
Lauryn Menard 2023-01-03 17:43:32 +01:00 committed by Tim Abbott
parent 55f34c3086
commit fd4e071f32
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
<p>{{t "A wide image (200×25 pixels) for the upper left corner of the app." }}</p>
<div class="realm-logo-group">
<div class="realm-logo-block realm-logo-section">
<h5 class="realm-logo-title">{{t 'Day logo' }}</h5>
<h5 class="realm-logo-title">{{t "Light theme logo" }}</h5>
{{> image_upload_widget
widget = "realm-day-logo"
upload_text = (t "Upload logo")
@ -73,7 +73,7 @@
image = realm_logo_url }}
</div>
<div class="realm-logo-block realm-logo-section">
<h5 class="realm-logo-title">{{t 'Night logo' }}</h5>
<h5 class="realm-logo-title">{{t "Dark theme logo" }}</h5>
{{> image_upload_widget
widget = "realm-night-logo"
upload_text = (t "Upload logo")