fix: translation
This commit is contained in:
parent
27a684c483
commit
b217ff86ed
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ def sync_events_from_google_calendar(g_calendar, method=None, page_length=10):
|
|||
else:
|
||||
pass
|
||||
|
||||
return _("{} Google Calendar Events Synced.").format(len(results) if results else "No")
|
||||
return _("{0} Google Calendar Events Synced.").format(len(results) if results else "No")
|
||||
|
||||
def insert_event_to_calendar(account, event, recurrence=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue