-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(settings): Improve sharing form labels #57327
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
base: master
Are you sure you want to change the base?
Conversation
Consistency Signed-off-by: Castillo <37965565+castillo92@users.noreply.github.com>
|
@castillo92 can you update your commit to respect the conventional commit specification? :) |
You're absolutely right, I did it just as you suggested. I'm new to this. |
Looks like you updated the pull request title, but not the commit message. You'll have to amend it and then to force push it. Those commands should do it: git commit --amend # This will open an editor, then you can change the message accordingly
git push --force-with-lease # This will override the commit that you already pushed |
Thanks for the clarification. I should mention that I’m a hobbyist contributor and I’m currently working through GitHub’s web interface, which doesn’t allow amending commit messages or force-pushing. Unfortunately, that makes it impossible for me to update the existing commit message from my side. Please let me know if a follow-up commit with a conventional message would be acceptable. |
Summary
If you visit Settings -> Administration -> Sharing you can see 3 options and I think the text could be improved because, in short, the title and options are:
"Limit sharing based on groups:"
And if you select any option, the textbox explain itself:
Line 133
:label="settings.excludeGroups === 'allow' ? t('settings', 'Groups allowed to share') : t('settings', 'Groups excluded from sharing')"Therefore, I believe that text labels could be simplified.
TODO
Checklist
BEFORE:

3. to review, feature component)stable32)