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 9ed4ead commit 1a4cdb4Copy full SHA for 1a4cdb4
src/main/webapp/WEB-INF/views/collection/info.html
@@ -5,7 +5,7 @@
5
<head>
6
<meta charset="utf-8" />
7
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
- <title th:text="|MyStamps: #{t_country_info}|">MyStamps: Country info</title>
+ <title th:text="|MyStamps: #{t_collection_of(${ownerName})}|">MyStamps: John Doe's collection</title>
9
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" th:href="${FAVICON_ICO}" />
10
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap.min.css" th:href="${BOOTSTRAP_CSS}" />
11
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
0 commit comments