Skip to content

Commit

Permalink
i18n(calendar): Change Email Attendees to Email Attendees (internal u…
Browse files Browse the repository at this point in the history
…sers
  • Loading branch information
WoodySlum committed Jul 22, 2024
1 parent 59e76d6 commit eb63e6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion UI/Scheduler/English.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"Show an Alert" = "Show an Alert";
"Send an E-mail" = "Send an E-mail";
"Email Organizer" = "Email Organizer";
"Email Attendees" = "Email Attendees";
"Email Attendees (internal users)" = "Email Attendees (internal users)";
"zoom_400" = "400%";
"zoom_200" = "200%";
"zoom_100" = "100%";
Expand Down
2 changes: 1 addition & 1 deletion UI/Scheduler/French.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"Show an Alert" = "Afficher une alerte";
"Send an E-mail" = "Envoyer un courrier";
"Email Organizer" = "À l'organisateur";
"Email Attendees" = "Aux invités";
"Email Attendees (internal users)" = "Aux invités (utilisateurs internes)";
"zoom_400" = "400%";
"zoom_200" = "200%";
"zoom_100" = "100%";
Expand Down
2 changes: 1 addition & 1 deletion UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<md-button class="md-icon-button"
ng-show="editor.component.attendees.length > 0"
ng-click="editor.newMessageWithAllRecipients($event)">
<md-icon label:aria-label="Email Attendees">mail</md-icon>
<md-icon label:aria-label="Email Attendees (internal users)">mail</md-icon>
</md-button>
<md-button class="md-icon-button" ng-click="editor.close()">
<md-icon label:aria-label="Close">close</md-icon>
Expand Down
4 changes: 2 additions & 2 deletions UI/Templates/SchedulerUI/UIxReminderEditor.wox
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<md-checkbox ng-model="editor.component.alarm.attendees"
ng-true-value="1"
ng-false-value="0"
label:aria-label="Email Attendees">
<var:string label:value="Email Attendees"/>
label:aria-label="Email Attendees (internal users)">
<var:string label:value="Email Attendees (internal users)"/>
</md-checkbox>
</div>
</md-radio-group>
Expand Down

0 comments on commit eb63e6d

Please sign in to comment.