File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
resources/ru/mystamps/i18n Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ t_category = Category
11
11
t_country = Country
12
12
t_image_url = Image URL
13
13
t_add = Add
14
- t_add_country = add country
15
- t_create_category = add category
14
+ t_add_country = add a country
15
+ t_create_category = add a category
16
16
t_issue_date = Date of release
17
17
t_stamp = stamp
18
18
t_stamps = stamps
Original file line number Diff line number Diff line change 8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
9
9
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
10
10
< meta name ="robots " content ="noindex " />
11
- < title th:text ="|#{t_my_stamps}: #{t_create_category}| "> My stamps: add category</ title >
11
+ < title th:text ="|#{t_my_stamps}: #{t_create_category}| "> My stamps: add a category</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
14
< link rel ="stylesheet " href ="https://cdn.rawgit.com/usrz/bootstrap-languages/3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
Original file line number Diff line number Diff line change 8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
9
9
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
10
10
< meta name ="robots " content ="noindex " />
11
- < title th:text ="|#{t_my_stamps}: #{t_add_country}| "> My stamps: add country</ title >
11
+ < title th:text ="|#{t_my_stamps}: #{t_add_country}| "> My stamps: add a country</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
14
< link rel ="stylesheet " href ="https://cdn.rawgit.com/usrz/bootstrap-languages/3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
Original file line number Diff line number Diff line change 80
80
< a th:href ="@{${REQUEST_IMPORT_SERIES_PAGE}} " th:text ="#{t_import_series} " href ="../series/import/request.html "> import a series</ a >
81
81
</ li >
82
82
< li sec:authorize ="hasAuthority('CREATE_CATEGORY') ">
83
- < a th:href ="@{${ADD_CATEGORY_PAGE}} " th:text ="#{t_create_category} " href ="../category/add.html "> add category</ a >
83
+ < a th:href ="@{${ADD_CATEGORY_PAGE}} " th:text ="#{t_create_category} " href ="../category/add.html "> add a category</ a >
84
84
</ li >
85
85
< li sec:authorize ="hasAuthority('CREATE_COUNTRY') ">
86
- < a th:href ="@{${ADD_COUNTRY_PAGE}} " th:text ="#{t_add_country} " href ="../country/add.html "> add country</ a >
86
+ < a th:href ="@{${ADD_COUNTRY_PAGE}} " th:text ="#{t_add_country} " href ="../country/add.html "> add a country</ a >
87
87
</ li >
88
88
< li sec:authorize ="hasAuthority('ADD_PARTICIPANT') ">
89
89
< a th:href ="@{${ADD_PARTICIPANT_PAGE}} " th:text ="#{t_add_buyer_seller} " href ="../participant/add.html "> add buyer/seller</ a >
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ Admin should see a link for adding series
21
21
22
22
Admin should see a link for adding countries
23
23
[Tags] country
24
- Page Should Contain Link link=add country
24
+ Page Should Contain Link link=add a country
25
25
26
26
Admin should see a link for listing countries
27
27
[Tags] country
28
28
Page Should Contain Link link=show list of countries
29
29
30
30
Admin should see a link for adding categories
31
31
[Tags] category
32
- Page Should Contain Link link=add category
32
+ Page Should Contain Link link=add a category
33
33
34
34
Admin should see a link for listing categories
35
35
[Tags] category
You can’t perform that action at this time.
0 commit comments