Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
refactor: using h1 for test text for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Sep 12, 2023
1 parent afa586e commit b49effa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Source/en.lproj/MobileAppEula.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<p>Please add your own content here.</p>
<h1>Please add your own content here.</h1>
</body>
</html>
2 changes: 1 addition & 1 deletion Source/en.lproj/PrivacyPolicy.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<p>Please add your own content here.</p>
<h1>Please add your own content here.</h1>
</body>
</html>
2 changes: 1 addition & 1 deletion Source/en.lproj/TermsOfServices.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<p>Please add your own content here.</p>
<h1>Please add your own content here.</h1>
</body>
</html>
2 changes: 1 addition & 1 deletion Source/es-419.lproj/MobileAppEula.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<p>Please add your own content here.</p>
<h1>Please add your own content here.</h1>
</body>
</html>
2 changes: 1 addition & 1 deletion Source/es-419.lproj/PrivacyPolicy.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<p>Please add your own content here.</p>
<h1>Please add your own content here.</h1>
</body>
</html>
2 changes: 1 addition & 1 deletion Source/es-419.lproj/TermsOfServices.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<p>Please add your own content here.</p>
<h1>Please add your own content here.</h1>
</body>
</html>

0 comments on commit b49effa

Please sign in to comment.