Skip to content

Commit c94ccb9

Browse files
committed
at -> on
1 parent 867c19e commit c94ccb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/templates/user_profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3>User Information</h3>
2828
</div>
2929
{% end %}
3030
{%if creation_timestamp is not None %}
31-
<div style="padding-left: 1em; padding-bottom: 1em; color: grey;">account created at {{creation_timestamp}}</div>
31+
<div style="padding-left: 1em; padding-bottom: 1em; color: grey;">account created on {{creation_timestamp}}</div>
3232
{% end %}
3333
<div style="color:{% if msg.startswith('ERROR:') %}red{% else %}darkgreen{% end %};">{{msg}}</div>
3434
<button type="submit" class="btn btn-success">Save Edits</button>

0 commit comments

Comments
 (0)