Resolve "don't show temperature chart part of chart when temp not tracked"
This commit is contained in:
committed by
Sofiya Tepikin
parent
620f5e77da
commit
ee0b83d1ca
+4
-1
@@ -15,7 +15,10 @@ export const shared = {
|
||||
date: 'Date',
|
||||
cycleDayWithLinebreak: 'Cycle\nday',
|
||||
loading: 'Loading ...',
|
||||
enter: 'Enter'
|
||||
noDataWarning: 'You haven\'t entered any data yet.',
|
||||
noTemperatureWarning: 'You haven\'t entered any temperature data yet.',
|
||||
noDataButtonText: 'Start entering data now',
|
||||
enter: 'Enter',
|
||||
}
|
||||
|
||||
export const headerTitles = {
|
||||
|
||||
Reference in New Issue
Block a user