소스 검색

i18n: fix contact one more time

Karsten Böddeker 8 년 전
부모
커밋
758a4255f2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      i18n/de.po
  2. 1 1
      i18n/en.po

+ 1 - 1
i18n/de.po

@@ -34,7 +34,7 @@ msgstr ""
 "</p>"
 "<div class=\"the-key\">"
 "<%=escape(hostname)%><br/><br/>"
-"# Owner: <%=escape(contact)%><br/>"
+"# Owner: <%=escape(contact or '')%><br/>"
 "# MAC: <%=escape(sysconfig.primary_mac)%><br/>"
 "key \"<%=escape(pubkey)%>\";"
 "</div>"

+ 1 - 1
i18n/en.po

@@ -33,7 +33,7 @@ msgstr ""
 "</p>"
 "<div class=\"the-key\">"
 "<%=escape(hostname)%><br/><br/>"
-"# Owner: <%=escape(contact)%><br/>"
+"# Owner: <%=escape(contact or '')%><br/>"
 "# MAC: <%=escape(sysconfig.primary_mac)%><br/>"
 "key \"<%=escape(pubkey)%>\";"
 "</div>"