Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor grammar error #107

Open
dimitry-dukhovny opened this issue Dec 13, 2023 · 0 comments
Open

Minor grammar error #107

dimitry-dukhovny opened this issue Dec 13, 2023 · 0 comments

Comments

@dimitry-dukhovny
Copy link

  • A pair of misplaced possessive case entries are in <view_project.html>.
  • This is just a deletion of two misplaced apostrophes.
diff --git a/app/templates/view_project.html b/app/templates/view_project.html
index 6f18d45..353137f 100644
--- a/app/templates/view_project.html
+++ b/app/templates/view_project.html
@@ -95,8 +95,8 @@
       </div>
       <div class="divider divider-horizontal mx-0" :class="{'hidden': isSidebarOpen}"></div>
       <div class="flex gap-x-4 tabs">
-        <a class="btn btn-xs btn-ghost border border-base-300" href="/projects/{{project.id}}?tab=controls&grouping=subcontrols&owner={{current_user.email}}">Control's I Own</a>
-        <a class="btn btn-xs btn-ghost border border-base-300" href="/projects/{{project.id}}?tab=controls&grouping=subcontrols&operator={{current_user.email}}">Control's I Operate</a>
+        <a class="btn btn-xs btn-ghost border border-base-300" href="/projects/{{project.id}}?tab=controls&grouping=subcontrols&owner={{current_user.email}}">Controls I Own</a>
+        <a class="btn btn-xs btn-ghost border border-base-300" href="/projects/{{project.id}}?tab=controls&grouping=subcontrols&operator={{current_user.email}}">Controls I Operate</a>
         <a class="btn btn-xs btn-ghost border border-base-300" href="/projects/{{project.id}}?tab=controls&grouping=subcontrols&filter=12">InfoSec: Not Started</a>
         <a class="btn btn-xs btn-ghost border border-base-300" href="/projects/{{project.id}}?tab=controls&grouping=subcontrols&filter=13">InfoSec: In Progress</a>
         <a class="btn btn-xs btn-ghost border border-base-300" href="/projects/{{project.id}}?tab=controls&grouping=subcontrols&filter=14">InfoSec: Action</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant