aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-04-19 21:22:42 +0200
committerMax Kostikov <max@kostikov.co>2019-04-19 21:22:42 +0200
commitc3740728221197243821d31d655126291048a091 (patch)
treed5f422a3198e1fb570d8a5939dda6c5d592ce431
parent2ea9b6d409b11eb7dba7968baaaae12ddd4779f2 (diff)
downloadvolse-hubzilla-c3740728221197243821d31d655126291048a091.tar.gz
volse-hubzilla-c3740728221197243821d31d655126291048a091.tar.bz2
volse-hubzilla-c3740728221197243821d31d655126291048a091.zip
Update cdav_calendar.tpl
-rw-r--r--view/tpl/cdav_calendar.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl
index d9fd62eab..cf4542bbe 100644
--- a/view/tpl/cdav_calendar.tpl
+++ b/view/tpl/cdav_calendar.tpl
@@ -90,7 +90,7 @@ $(document).ready(function() {
$('#id_dtend').val(dtend.toUTCString());
$('#id_description').val(event.extendedProps.description);
$('#id_location').val(event.extendedProps.location);
- $('#event_submit').val('update_event').html('Update');
+ $('#event_submit').val('update_event').html('{{$update}}');
if(event.extendedProps.rw) {
$('#event_delete').show();
$('#event_submit').show();
@@ -368,7 +368,7 @@ function on_more() {
<div class="form-group">
<div class="pull-right">
<button id="event_more" type="button" class="btn btn-outline-secondary btn-sm"><i class="fa fa-caret-down"></i> {{$more}}</button>
- <button id="event_submit" type="button" value="" class="btn btn-primary btn-sm">{{$update}}</button>
+ <button id="event_submit" type="button" value="" class="btn btn-primary btn-sm"></button>
</div>
<div>