Changeset 737eb6c in OpenWorkouts-current for ow/templates/delete_workout.pt


Ignore:
Timestamp:
Feb 26, 2019, 5:13:49 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
723588b
Parents:
1c54633
Message:

Fixed missing translations for submit buttons all over the place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/delete_workout.pt

    r1c54633 r737eb6c  
    5353
    5454      <div>
    55         <p>Are you sure you want to delete this workout?</p>
     55        <p i18n:translate="">Are you sure you want to delete this workout?</p>
    5656      </div>
    5757      <div>
    58         <input class="button button-normal" type="submit" name="submit" value="Yes, delete" />
     58        <input class="button button-normal" type="submit" name="submit" value="Yes, delete"
     59               i18n:attributes="value" />
    5960      </div>
    6061      </form>
Note: See TracChangeset for help on using the changeset viewer.