]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/templates/modules/repo-actions-table.html
Merge branch 'master' of git://git.ipfire.org/pbs
[people/jschlag/pbs.git] / src / templates / modules / repo-actions-table.html
index 900b2db10c20b780bf1c8210763c369012cf233a..a59611e3e3a200d332eec02ebddab8fc32abb675 100644 (file)
 
                        <div id="action-info-{{ action.id }}">
                                <p>
 
                        <div id="action-info-{{ action.id }}">
                                <p>
-                                       {% if action.credits_needed %}
-                                               {{ _("%(credits)s more credit needed.", "%(credits)s more credits needed.", action.credits_needed) % { "credits" : action.credits_needed } }}
+                                       {% if action.score_needed %}
+                                               {{ _("One more score needed.", "%(score)s more scores needed.", action.score_needed) % { "score" : action.score_needed } }}
                                        {% else %}
                                        {% else %}
-                                               {{ _("No more credits needed.") }}
+                                               {{ _("No more scores needed.") }}
                                        {% end %}
                                        <br />
                                        {% if action.pkg.maintainer %}
                                        {% end %}
                                        <br />
                                        {% if action.pkg.maintainer %}