When signing up for an account, user register form, the time zone selection reads:
"Your time zone setting will be automatically detected if possible. Confirm the selection and click save."
This could cause a possible confusion as there is no "Save" button, only the "Create new account". I would suggest changing the description to:
"Your time zone setting will be automatically detected if possible. Please confirm the selection."

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue category Bug
Unfrozen changes Unfrozen because it only changes help text in the UI
Prioritized changes The main goal of this issue is usability

Comments

devin carlson’s picture

Version: 7.0 » 8.x-dev
Status: Active » Needs review
StatusFileSize
new954 bytes

Sounds like a small but useful change to me.
Moving to 8.x-dev. I've attached a patch against Drupal 8 that makes the same change.

brianV’s picture

+1 for this text change as well. Rerolling for HEAD

brianV’s picture

StatusFileSize
new988 bytes

And actually attaching the patch this time...

rootwork’s picture

Category: Task » Bug report
Issue summary: View changes
StatusFileSize
new1009 bytes

Surprised this never went anywhere; I just ran into this and it seems needlessly confusing (also given all the accessibility/mobile work, we all know that not everyone is "clicking" things anyway). Personally this is a UX/documentation bug to me.

Rerolled against 8.x HEAD. Hope we can backport this to 7, too.

rootwork’s picture

StatusFileSize
new1.62 KB

Here's the interdiff just for kicks. Looks like it's just changes in line numbers.

jhedstrom’s picture

Status: Needs review » Needs work
Issue tags: +Needs reroll

+1 for this change. Patch needs a reroll though.

devin carlson’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
StatusFileSize
new911 bytes

A reroll of #4.

jhedstrom’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

This change makes the help text more clear than it currently stands. This is allowed under beta phase since string changes are unfrozen, and it improves usability.

rootwork’s picture

So glad this is finally going to get in! Such a small, useful change.

yoroy’s picture

Status: Reviewed & tested by the community » Needs work
StatusFileSize
new75.93 KB

Nice catch, but: we try not to use “Please”, see #604342: Interface text.

Additionally, I wonder wether we need that string at all, why even explain that the system made a best guess. Seems to me it’s adds more UI noise than useful information. Here’s what it looks like without, in Bartik:

rootwork’s picture

I like the idea of just dropping it entirely, actually. It reads just fine.

What do others think?

yoroy’s picture

Status: Needs work » Needs review
StatusFileSize
new767 bytes

Is simply removing that line enough?

devin carlson’s picture

Status: Needs review » Reviewed & tested by the community

After reviewing the screenshot from #10, I agree that simply removing the description makes the most sense.

jhedstrom’s picture

+1 for completely removing!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed acd8af4 and pushed to 8.0.x. Thanks!

Thanks for adding the beta evaluation for to the issue summary.

  • alexpott committed acd8af4 on 8.0.x
    Issue #1055150 by rootwork, Devin Carlson, yoroy, brianV, JimmyAx: Time...
David_Rothstein’s picture

Version: 8.0.x-dev » 7.x-dev
Status: Fixed » Patch (to be ported)
Issue tags: +Needs backport to D7

This would make sense to backport, right?

devin carlson’s picture

Status: Patch (to be ported) » Needs review
StatusFileSize
new810 bytes

Backport of #12.

dcam’s picture

Status: Needs review » Reviewed & tested by the community

This is a simple change. It eliminates the offending description. RTBC.

rootwork’s picture

Issue summary: View changes
StatusFileSize
new29.56 KB
new21.07 KB

Confirmed the patch from #18 still applies to 7.x HEAD and makes the changes (once regional settings are set to allow user-set time zones).

Without patch:
Without time zone patch

With patch:
With time zone patch

David_Rothstein’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: +7.37 release notes

Committed to 7.x - thanks!

  • David_Rothstein committed 992c346 on 7.x
    Issue #1055150 by Devin Carlson, rootwork, yoroy, brianV, JimmyAx: Time...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.