Minor renaming of buttons and sections
This commit is contained in:
@@ -175,10 +175,15 @@ const App: React.FC<AppProps> = () => {
|
||||
|
||||
<div className={styles.section}>
|
||||
<Subtitle1 block className={styles.sectionTitle}>
|
||||
Markings & Watermarks
|
||||
Confidential Marking
|
||||
</Subtitle1>
|
||||
<ConfidentialButtons />
|
||||
<div style={{ marginTop: "8px" }}></div>
|
||||
</div>
|
||||
|
||||
<div className={styles.section}>
|
||||
<Subtitle1 block className={styles.sectionTitle}>
|
||||
Draft Watermark
|
||||
</Subtitle1>
|
||||
<DraftButtons />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user