• 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_sc_widget_showcase_statistics should use plural phrase for series

Kirby

New Member
Showcase
UBS
Showcase Version
SC 3.3.6
XenForo Version
2.3.6
PHP Version
8.3.20
Database & Version
MariaDB 10.11.11
Are there any errors being throw?
No
Code:
<dt>{{ phrase('xa_sc_series') }}</dt>

should be
Code:
<dt>{{ phrase('xa_sc_series_plural') }}</dt>
 
Back
Top