Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional explanatory text when adding talk room link. #4796

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

reos-rcrozier
Copy link

Closes issue #4795

Signed-off-by: reos-rcrozier <91322120+reos-rcrozier@users.noreply.github.com>
@@ -201,7 +201,7 @@ export default {
if (!this.calendarObjectInstance.description) {
newDescription = url + NEW_LINE
} else {
newDescription = this.calendarObjectInstance.description + NEW_LINE + NEW_LINE + url + NEW_LINE
newDescription = this.calendarObjectInstance.description + NEW_LINE + NEW_LINE + 'Join the call/chat at the following link:' + NEW_LINE + NEW_LINE + url + NEW_LINE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: You need to translate these strings. See an example of how it's done below (this.$t('calendar', '...')). The link needs to be interpolated properly.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@reos-rcrozier please see above :)

@codecov
Copy link

codecov bot commented Dec 7, 2022

Codecov Report

Base: 41.29% // Head: 41.29% // No change to project coverage 👍

Coverage data is based on head (7f2d86a) compared to base (c2e5aca).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #4796   +/-   ##
=========================================
  Coverage     41.29%   41.29%           
  Complexity      339      339           
=========================================
  Files           226      226           
  Lines          5676     5676           
  Branches        743      743           
=========================================
  Hits           2344     2344           
  Misses         3332     3332           
Flag Coverage Δ
javascript 31.15% <ø> (ø)
php 68.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/components/Editor/Invitees/InviteesList.vue 0.00% <ø> (ø)
src/components/Shared/DatePicker.vue 0.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants