We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e21b2 commit e39e1beCopy full SHA for e39e1be
website/themes/icarus/layout/locutus/add_more.ejs
@@ -1,7 +1,7 @@
1
<% if (curLang.language !== 'php') { %>
2
<%
3
var cnt = site.pages.find({ language: curLang.language, type: 'function' }).length
4
- var header = 'What?! Only ' + cnt + ' ' + curLang.human + ' function'
+ var header = 'Ehm.. There are only ' + cnt + ' ' + curLang.human + ' function'
5
if (cnt !== 1) {
6
header += 's'
7
}
0 commit comments