Change "Your Saved Exercises" by "Your Exercises"
Save in local storage all the data for be faster
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
namespace WebProjectFitness;
|
||||
|
||||
class Config {
|
||||
const SITE_JS_VERSION = '1.00';
|
||||
const SITE_CSS_VERSION = '1.00';
|
||||
const SITE_JS_VERSION = '1.01';
|
||||
const SITE_CSS_VERSION = '1.01';
|
||||
|
||||
const TITLE_HEADER = 'Fitness';
|
||||
const DESCRIPTION_HEADER = 'Site for find all the fitness exercise you need';
|
||||
|
Reference in New Issue
Block a user