• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed Template xa_ams_widget_articles_statistics should use plural phrase for series

Kirby

Member
AMS Premium
CAS Premium
IMS Premium
LD Premium
RMS Premium
SC Premium
UBS Premium
AMS Version
2.3.10 and older
XenForo Version
2.3.6
PHP Version
N/A
Database & Version
N/A
Are there any errors being throw?
No
Code:
<dt>{{ phrase('xa_ams_series') }}</dt>

should be
Code:
<dt>{{ phrase('xa_ams_series_plural') }}</dt>
 
Last edited by a moderator:
Back
Top