diff options
author | Max Kostikov <max@kostikov.co> | 2019-04-19 21:04:00 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-04-19 21:04:00 +0200 |
commit | 7560918b3243234d69217e0f5a60ef6da89bbfe2 (patch) | |
tree | efd2b8baffd918ca8e839faf393def42908c08e7 /view | |
parent | 7311d1182d7807f52f1e14563054d2feb51d80e7 (diff) | |
download | volse-hubzilla-7560918b3243234d69217e0f5a60ef6da89bbfe2.tar.gz volse-hubzilla-7560918b3243234d69217e0f5a60ef6da89bbfe2.tar.bz2 volse-hubzilla-7560918b3243234d69217e0f5a60ef6da89bbfe2.zip |
Add translation to update button
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/cdav_calendar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl index a577e3120..d9fd62eab 100644 --- a/view/tpl/cdav_calendar.tpl +++ b/view/tpl/cdav_calendar.tpl @@ -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"></button> + <button id="event_submit" type="button" value="" class="btn btn-primary btn-sm">{{$update}}</button> </div> <div> |