-
Notifications
You must be signed in to change notification settings - Fork 175
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
[WIP] feat: default contact #4301
Conversation
Signed-off-by: Hamza Mahjoubi <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4301 +/- ##
============================================
- Coverage 11.15% 10.98% -0.17%
- Complexity 265 276 +11
============================================
Files 121 123 +2
Lines 5533 5633 +100
Branches 1196 1215 +19
============================================
+ Hits 617 619 +2
- Misses 4794 4892 +98
Partials 122 122 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Hamza Mahjoubi <[email protected]>
Signed-off-by: Hamza Mahjoubi <[email protected]>
Signed-off-by: Hamza Mahjoubi <[email protected]>
type="checkbox" | ||
class="checkbox" | ||
@change="updateEnableDefaultContact"> | ||
<label for="enable-default-contact"> {{ t('mail',"Default contact is added to the user's own address book on user's first login.") }} </label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<label for="enable-default-contact"> {{ t('mail',"Default contact is added to the user's own address book on user's first login.") }} </label> | |
<label for="enable-default-contact"> {{ t('contacts', "Default contact is added to the user's own address book on user's first login.") }} </label> |
Moved to nextcloud/server#50156 |
Ref #4289