diff options
author | Friendika <info@friendika.com> | 2010-12-20 19:38:34 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-20 19:38:34 -0800 |
commit | ddec422de6707809aceb541e1191073b43aec18a (patch) | |
tree | da79ea09482cf8984c7d9e02076dd2e4f0e8e65e /view/en/profile_edit.tpl | |
parent | 1a9f8eacc4bc2b7a67894018b63fc7b0864d760a (diff) | |
download | volse-hubzilla-ddec422de6707809aceb541e1191073b43aec18a.tar.gz volse-hubzilla-ddec422de6707809aceb541e1191073b43aec18a.tar.bz2 volse-hubzilla-ddec422de6707809aceb541e1191073b43aec18a.zip |
begin plugin api
Diffstat (limited to 'view/en/profile_edit.tpl')
-rw-r--r-- | view/en/profile_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/profile_edit.tpl b/view/en/profile_edit.tpl index ec6cf260a..50227b7f3 100644 --- a/view/en/profile_edit.tpl +++ b/view/en/profile_edit.tpl @@ -94,7 +94,7 @@ $hide_friends <div class="profile-edit-submit-end"></div> <div id="profile-edit-marital-wrapper" > -<label id="profile-edit-marital-label" for="profile-edit-marital" >Marital Status: </label> +<label id="profile-edit-marital-label" for="profile-edit-marital" ><span class="heart">♥</span> (Marital) Status: </label> $marital </div> <label id="profile-edit-with-label" for="profile-edit-with" > Who: (if applicable) </label> |