diff options
| author | Cesar G <prototech91@gmail.com> | 2014-05-16 20:04:34 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-05-16 20:04:34 -0700 |
| commit | 747eb198efdf30063e74f656c56a3b047a81766a (patch) | |
| tree | e818335e17941956ae114d2d7b339803ecbed7dc /phpBB/styles/prosilver/template/viewtopic_body.html | |
| parent | 5dc0605b6bebee0621311e9e1479e35c8e3e7cfe (diff) | |
| parent | a1143332098aa2dd99bf16a1eb0b0301d5b0c5d5 (diff) | |
| download | forums-747eb198efdf30063e74f656c56a3b047a81766a.tar forums-747eb198efdf30063e74f656c56a3b047a81766a.tar.gz forums-747eb198efdf30063e74f656c56a3b047a81766a.tar.bz2 forums-747eb198efdf30063e74f656c56a3b047a81766a.tar.xz forums-747eb198efdf30063e74f656c56a3b047a81766a.zip | |
Merge remote-tracking branch 'n-aleha/ticket/12525' into develop-ascraeus
* n-aleha/ticket/12525:
[ticket/12525] Add string argument to contact and email user language variables
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 17c73b82f4..18fa7ce783 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -149,7 +149,7 @@ <!-- EVENT viewtopic_body_contact_fields_before --> <!-- IF not S_IS_BOT and .postrow.contact --> <dd class="profile-contact"> - <strong>{L_CONTACT_USER}{L_COLON}</strong> + <strong>{L_CONTACT}{L_COLON}</strong> <div class="dropdown-container dropdown-left"> <a href="#" class="dropdown-trigger"><span class="imageset icon_contact"></span></a> <div class="dropdown hidden"> |
