Skip to content

Commit 2eddc66

Browse files
committed
change tooltip message
1 parent f312236 commit 2eddc66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fieldsurveys/app_files/navbar_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def record_observation(survey_config):
185185
accept=[".jpg", ".png", ".jpeg"],
186186
multiple=True,
187187
),
188-
"Uploads image to imgur.com",
188+
"Uploads image to Google Drive",
189189
id="upload_image_tooltip",
190190
),
191191
ui.tooltip(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="fieldsurveys",
5-
version="1.0.2",
5+
version="1.0.3",
66
author="Karan Gathani",
77
author_email="karan.gathani+fieldsurveysapp@posit.co",
88
packages=find_packages(),

0 commit comments

Comments
 (0)