|
300 | 300 | <td> </td> |
301 | 301 | <td style="vertical-align: top; padding-left: 5px; padding-top: 6px; white-space: nowrap;"><%= before_label :lock_until, "Lock Until" %></td> |
302 | 302 | <td> |
303 | | - <%= f.text_field :unlock_at, :class => "datetime_field", :style => "width: 120px;" %> |
| 303 | + <%= f.text_field :unlock_at, :class => "datetime_field", :style => "width: 120px;", :'aria-label' => t("Lock Until Date") %> |
304 | 304 | </td> |
305 | 305 | </tr><tr class="lock_range full_lock"> |
306 | 306 | <td> </td> |
307 | 307 | <td style="vertical-align: top; padding-left: 5px; padding-top: 6px; white-space: nowrap;"><%= before_label :lock_after, "Lock After" %></td> |
308 | 308 | <td> |
309 | | - <%= f.text_field :lock_at, :class => "datetime_field", :style => "width: 120px;" %> |
| 309 | + <%= f.text_field :lock_at, :class => "datetime_field", :style => "width: 120px;", :"aria-label" => t("Lock After Date") %> |
310 | 310 | </td> |
311 | 311 | </tr><tr> |
312 | 312 | <td colspan="3"> |
|
341 | 341 | <td> </td> |
342 | 342 | <td style="vertical-align: top; padding-left: 5px; padding-top: 6px; white-space: nowrap;"><%= before_label :lock_until, "Lock Until" %></td> |
343 | 343 | <td> |
344 | | - <%= f.text_field :unlock_at, :class => "datetime_field", :style => "width: 120px;" %> |
| 344 | + <%= f.text_field :unlock_at, :class => "datetime_field", :style => "width: 120px;", :"aria-label" => t("Lock Until Date") %> |
345 | 345 | </td> |
346 | 346 | </tr><tr class="lock_range full_lock"> |
347 | 347 | <td> </td> |
348 | 348 | <td style="vertical-align: top; padding-left: 5px; padding-top: 6px; white-space: nowrap;"><%= before_label :lock_after, "Lock After" %></td> |
349 | 349 | <td> |
350 | | - <%= f.text_field :lock_at, :class => "datetime_field", :style => "width: 120px;" %> |
| 350 | + <%= f.text_field :lock_at, :class => "datetime_field", :style => "width: 120px;", :"aria-label" => t("Lock After Date") %> |
351 | 351 | </td> |
352 | 352 | </tr><tr> |
353 | 353 | <td colspan="3"> |
|
0 commit comments