Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Various small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Apr 20, 2016
1 parent 10fc357 commit 0655789
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
15 changes: 8 additions & 7 deletions onegov/town/assets/js/locale.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
var locales = {
de: {
"Allocation": "Einteilung",
"Reservation": "Reservation",
"Add": "Hinzufügen",
"Count": "Anzahl",
"Dates": "Daten",
"Select allocations on the left to reserve them": "Wählen Sie die gewünschten Daten links aus",
"Reserve": "Reservieren",
"From": "Von",
"No": "Nein",
"Remove": "Entfernen",
"Reserve": "Reservieren",
"Select allocations on the left to reserve them": "Wählen Sie die gewünschten Daten links aus",
"Until": "Bis",
"Whole day": "Ganztägig",
"Yes": "Ja",
"No": "Nein",
"From": "Von",
"Until": "Bis"
"Yes": "Ja"
}
};

Expand Down
2 changes: 1 addition & 1 deletion onegov/town/assets/js/reservationcalendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ rc.setupAllocationsRefetch = function(calendar) {
rc.showActionsPopup = function(calendar, element, event) {
var wrapper = $('<div class="reservation-actions">');

$('<h3 />').text(locale('Reservation')).appendTo(wrapper);
$('<h3 />').text(locale('Add')).appendTo(wrapper);
var reservation = $('<div class="reservation-form">').appendTo(wrapper);

$('<h3 />').text(locale('Allocation')).appendTo(wrapper);
Expand Down
1 change: 0 additions & 1 deletion onegov/town/theme/styles/town.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2608,7 +2608,6 @@ ul.search-results {

p {
font-size: .875rem;
padding: 1ex;
}

ul {
Expand Down

0 comments on commit 0655789

Please sign in to comment.