diff --git a/rowers/templates/menu_profile.html b/rowers/templates/menu_profile.html
index 54061bd4..692c1c97 100644
--- a/rowers/templates/menu_profile.html
+++ b/rowers/templates/menu_profile.html
@@ -19,7 +19,7 @@
- Charts Settings
+ Data and Charts Settings
diff --git a/rowers/uploads.py b/rowers/uploads.py
index d72a118d..adf2688f 100644
--- a/rowers/uploads.py
+++ b/rowers/uploads.py
@@ -558,7 +558,7 @@ def do_sync(w,options, quick=False):
if options['c2id'] != 0 and options['c2id'] != '':
w.uploadedtoc2 = options['c2id']
upload_to_c2 = False
- do_c3_export = False
+ do_c2_export = False
w.save()
except KeyError:
pass